X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=run_tests.sh;h=38e5c16f35291ab7107b894568acb324568d4761;hb=8413ff70e3e7543522229ce1afc6e7909f78cd6a;hp=093f7248313e529eef709a911ee8fe1ac8b45644;hpb=4773636be28c52e57f8b9ca24ed5d13c047129cf;p=bottlenecks.git diff --git a/run_tests.sh b/run_tests.sh index 093f7248..38e5c16f 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -95,6 +95,8 @@ function run_test(){ check_testcase -vstf $i #adjust config parameters #run test case + file={$BASEDIR}/testsuites/vstf/testcase_cfg/{$i}.yaml + python /home/opnfv/bottlenecks/testsuites/vstf/run_vstf.py -c $file done ;; esac @@ -138,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