summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh4
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