tempest-lib should not be required anymore

Tempest-style tests have been migrated to tempest.lib, part of tempest.

Change-Id: I46e33abfaffd8d78240376b272a75f63f2c37e13
This commit is contained in:
Luigi Toscano 2017-02-09 14:23:13 +01:00
parent 6f33b0c6e9
commit 8f1627e934

View File

@ -213,9 +213,6 @@ timestamp_puppet_log
print_header 'Prepare Tempest'
if [ "${TEMPEST_FROM_SOURCE}" = true ]; then
# Tempest plugin tests require tempest-lib to be installed
$SUDO pip install tempest-lib
# We need latest testrepository to run stackviz correctly
$SUDO pip install -U testrepository
else