summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 093f7248..2257e75f 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