diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-04-28 03:12:37 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-04-28 03:13:40 -0400 |
commit | 8413ff70e3e7543522229ce1afc6e7909f78cd6a (patch) | |
tree | 81a459ea19b2b7115f4563392d5660a436a6d574 | |
parent | 71e65b76100fd1e36b9d5c1459e16629bf617549 (diff) |
source the openstack creds before testsuite running
JIRA: BOTTLENECK-71
Change-Id: Ie7ec366f4bf759b59431397e81f5bd2fb31bc0cf
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
-rwxr-xr-x | run_tests.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh index 2257e75f..38e5c16f 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -140,6 +140,10 @@ if [ "${SUITE}" != "" ]; then info "Tests to execute: ${SUITE}" fi +# Source credentials +info "Sourcing Credentials openstack.creds to run the tests.." +source /home/opnfv/bottlenecks/config/openstack.creds + #run tests if [ "${SUITE}" != "" ]; then for i in "${suite_exec[@]}"; do |