Merge "Fix tempest_binary in Debian"

This commit is contained in:
Zuul 2021-04-16 17:05:48 +00:00 committed by Gerrit Code Review
commit 19de508641
1 changed files with 0 additions and 2 deletions

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