Fix for tempest tests
Fixed run_tests.sh after a change in devstack Change-Id: If89698acadc43566f36b4c7b4dbc6caf96739390
This commit is contained in:
parent
2bfe4e3e69
commit
27c39337a9
@ -28,5 +28,8 @@ TEMPEST_DIR=${TEMPEST_DIR:-/opt/stack/new/tempest}
|
|||||||
# Add tempest source tree to PYTHONPATH
|
# Add tempest source tree to PYTHONPATH
|
||||||
export PYTHONPATH=$PYTHONPATH:$TEMPEST_DIR
|
export PYTHONPATH=$PYTHONPATH:$TEMPEST_DIR
|
||||||
|
|
||||||
|
#installing requirements for tempest
|
||||||
|
pip install -r $TEMPEST_DIR/requirements.txt
|
||||||
|
|
||||||
nosetests -sv ../murano/tests/functional/api/v1 ../murano/tests/functional/cli/simple_read_only
|
nosetests -sv ../murano/tests/functional/api/v1 ../murano/tests/functional/cli/simple_read_only
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user