murano/functionaltests/run_tests_congress_mistral.sh
chao liu 3186a72942 use . instead of source.
Code conventions: Use “.” to source script files
When you have to source a script file, for example,
a credentials file to gain access to user-only or
admin-only CLI commands, use . instead of source.
See more:
http://docs.openstack.org/contributor-guide/writing-style/code-conventions

Change-Id: Ia823df50f65b26695458a509a0e0d94a4646afb3
2018-02-10 03:00:30 +00:00

18 lines
530 B
Bash
Executable File

#!/bin/bash
. ./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
#installing test requirements for murano
pip install -r ../test-requirements.txt
nosetests -sv ../murano/tests/functional/integration/test_policy_enf.py ../murano/tests/functional/integration/test_mistral.py