X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=run_tests.sh;fp=ci%2Frun_tests.sh;h=9ae89b17a9de6b1643c18273342f9d3926ad9bad;hb=f84c8dcc22f1499128893e62b0e15b4b592c47ba;hp=0541e05183806629549243fb22d1c378c21fc7a8;hpb=7ba76747d55669e2bbaf70a3061e1c0b5dea912e;p=bottlenecks.git diff --git a/ci/run_tests.sh b/run_tests.sh similarity index 92% rename from ci/run_tests.sh rename to run_tests.sh index 0541e051..9ae89b17 100755 --- a/ci/run_tests.sh +++ b/run_tests.sh @@ -33,10 +33,10 @@ function check_testcase(){ check_suite="$1" case $check_suite in "-rubbos") - $SUITE_PREFIX=$SUITE_PREFIX_CONFIG/rubbos + $SUITE_PREFIX=$SUITE_PREFIX_CONFIG/rubbos/testcase_cfg ;; "-vstf") - $SUITE_PREFIX=$SUITE_PREFIX_CONFIG/vstf + $SUITE_PREFIX=$SUITE_PREFIX_CONFIG/vstf/testcase_cfg ;; esac @@ -67,7 +67,7 @@ function run_test(){ case $test_suite in "rubbos") info "Running rubbos test suite" - test_file="/home/opnfv/bottlenecks/config/testcase_conf/rubbos.yaml" + test_file="/home/opnfv/bottlenecks/testsuite/rubbos/testsuite_story/rubbos_story1" if [[ -f $test_file ]]; then testcases=($(cat $test_file)) else @@ -83,7 +83,7 @@ function run_test(){ ;; "vstf") info "Running vstf test suite" - test_file="/home/opnfv/bottlenecks/config/testcase_conf/vstf.yaml" + test_file="/home/opnfv/bottlenecks/testsuite/vstf/testsuite_story/vstf_story1" if [[ -f $test_file ]]; then testcases=($(cat $test_file)) else