From a54df93abcc028f15da96538bc99bcfd03703f4b Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Fri, 22 Apr 2016 22:19:35 -0400 Subject: define the vstf test running workflow and add vstf into unified test entrance JIRA: BOTTLENECK-47 the run_vstf.py file will be completed later which mainly focuses on instances creation and vstf configuration info for each testcase, the configuration info for each testcase in define under /vstf/testcase_cfg directory Change-Id: I2dc5615e2f377202fadaf351ac9d31ec93d8598a Signed-off-by: MatthewLi --- run_tests.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'run_tests.sh') 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 -- cgit 1.2.3-korg