Also install python3-tempest-horizon

Also install python3-tempest-horizon, which I forgot when switching to
packages instead of python setup.py install.

Change-Id: Ice662ce86efd9b93d962b1c0b2e43c748f44c35f
This commit is contained in:
Thomas Goirand 2018-05-02 20:12:11 +02:00
parent 1fbc1f88fb
commit ef34110574

View File

@ -251,7 +251,7 @@ $SUDO chown -R "$(id -u):$(id -g)" /tmp/openstack/tempest/
if uses_debs; then
cd /tmp/openstack/tempest-horizon;
if [ $(lsb_release --id -s) = "Debian" ] ; then
$SUDO apt-get install -y tempest python3-stestr python3-os-testr python3-tempest
$SUDO apt-get install -y tempest python3-stestr python3-os-testr python3-tempest python3-tempest-horizon
else
$SUDO python setup.py install
$SUDO pip install -U stestr os-testr