Fix tempest_binary in Debian

The tempest binary isn't /usr/bin/python3-tempest anymore.
Fix run_tests.sh to reflect this new reality.

Change-Id: I6d871272023a47475f18b209b049f7317cb93f4d
This commit is contained in:
Thomas Goirand 2021-04-13 12:41:33 +02:00
parent 120d4070b4
commit 1203ecfd30

View File

@ -348,8 +348,6 @@ if [ "${TEMPEST_FROM_SOURCE}" = true ]; then
run_tempest/bin/python3 setup.py install
run_tempest/bin/stestr init
export tempest_binary="run_tempest/bin/tempest"
elif [ $(lsb_release --id -s) = "Debian" ]; then
export tempest_binary="/usr/bin/python3-tempest"
else
export tempest_binary="/usr/bin/tempest"
fi