Fix for tempest tests

Fixed run_tests.sh after a change in devstack

Change-Id: If89698acadc43566f36b4c7b4dbc6caf96739390
This commit is contained in:
Viktor Ryzhenkin 2015-02-10 17:24:14 +03:00
parent 2bfe4e3e69
commit 27c39337a9
1 changed files with 3 additions and 0 deletions

View File

@ -28,5 +28,8 @@ TEMPEST_DIR=${TEMPEST_DIR:-/opt/stack/new/tempest}
# Add tempest source tree to PYTHONPATH
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