X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=run_tests.sh;h=e6e90846d0353181a6756a4e63951a03695741d4;hb=6e41152562cb076f2c822f155fd93e8d760bb4c7;hp=b87d2fcbf5f1440a5166e1ee6f39ed3f16ea3ad6;hpb=3c0f6d5ced2474240fa14f5594b84c527767edca;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")