X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=run_tests.sh;h=e6e90846d0353181a6756a4e63951a03695741d4;hb=refs%2Fchanges%2F25%2F12225%2F1;hp=b87d2fcbf5f1440a5166e1ee6f39ed3f16ea3ad6;hpb=87d58363042410a1641fd97734d45c17b4acb0e5;p=bottlenecks.git diff --git a/run_tests.sh b/run_tests.sh index b87d2fcb..e6e90846 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -79,7 +79,7 @@ function run_test(){ #adjust config parameters, different test suite has different methods, take rubbos as an example #run test case, different test suite has different methods file={$BASEDIR}/testsuites/rubbos/testcase_cfg/{$i}.yaml - python ${BOTTLENECK_TOP_DIR}/testsuites/rubbos/run_rubbos.py $file + python ${BOTTLENECK_TOP_DIR}/testsuites/rubbos/run_rubbos.py -c $file done ;; "vstf")