Adjust tempest config file path

- Add environment variable TEMPEST_CONFIG_DIR based on TEMPEST_DIR
for congress and mistral gate integration

Change-Id: Ifbed19cfb44146c3aef090bc64c15820f4374f3a
Closes-Bug: #1508242
This commit is contained in:
Victor Ryzhenkin 2015-10-21 02:17:34 +03:00
parent 0ced007109
commit c868846bd1
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ source ./run_tests_common.sh
# Add tempest source tree to PYTHONPATH
export PYTHONPATH=$PYTHONPATH:$TEMPEST_DIR
# Add tempest config file path to env variables
export TEMPEST_CONFIG_DIR=${TEMPEST_CONFIG_DIR:-$TEMPEST_DIR/etc/}
#installing requirements for tempest
pip install -r $TEMPEST_DIR/requirements.txt