source the openstack creds before testsuite running 83/13383/1
authorMatthewLi <matthew.lijun@huawei.com>
Thu, 28 Apr 2016 07:12:37 +0000 (03:12 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Thu, 28 Apr 2016 07:13:40 +0000 (03:13 -0400)
JIRA: BOTTLENECK-71

Change-Id: Ie7ec366f4bf759b59431397e81f5bd2fb31bc0cf
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
run_tests.sh

index 2257e75..38e5c16 100755 (executable)
@@ -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