summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-04-22 22:19:35 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-04-22 22:27:15 -0400
commita54df93abcc028f15da96538bc99bcfd03703f4b (patch)
treef72523828799ab7428e56aade5777096538eeb2d /run_tests.sh
parentb77e43f1c4eecb00ce28ca82aed622daf2eee8d3 (diff)
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 <matthew.lijun@huawei.com>
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