Merge "Debian: using packages for installing Tempest"
This commit is contained in:
commit
55000ee3dc
@ -249,8 +249,13 @@ $SUDO chown -R "$(id -u):$(id -g)" /tmp/openstack/tempest/
|
|||||||
|
|
||||||
# install from source now on ubuntu until packaged
|
# install from source now on ubuntu until packaged
|
||||||
if uses_debs; then
|
if uses_debs; then
|
||||||
cd /tmp/openstack/tempest-horizon; $SUDO python setup.py install
|
cd /tmp/openstack/tempest-horizon;
|
||||||
$SUDO pip install -U stestr os-testr
|
if [ $(lsb_release --id -s) = "Debian" ] ; then
|
||||||
|
$SUDO apt-get install -y tempest python3-stestr python3-os-testr python3-tempest
|
||||||
|
else
|
||||||
|
$SUDO python setup.py install
|
||||||
|
$SUDO pip install -U stestr os-testr
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user