diff options
author | QiLiang <liangqi1@huawei.com> | 2016-01-28 18:25:10 +0000 |
---|---|---|
committer | QiLiang <liangqi1@huawei.com> | 2016-01-28 18:27:34 +0000 |
commit | 22e55a637eb9fe70fbb378494242f5f6f196f3c0 (patch) | |
tree | ef2193a92e93c7f7066aaa9bf8160379f94c1559 | |
parent | f0123234b044fbdbb62a9bc0e85b7741c2e41ed7 (diff) |
Add test suite for huawei lab virtual deploy
JIRA: -
Change-Id: I0cd58a2acb0a2a55431eebd6b4adcde95d50d7bc
Signed-off-by: QiLiang <liangqi1@huawei.com>
-rw-r--r-- | tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-2_daily.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-2_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-2_daily.yaml new file mode 100644 index 000000000..91e950f0c --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_huawei-us-deploy-vm-2_daily.yaml @@ -0,0 +1,24 @@ +--- +# Huawei US virtual daily task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_huawei_daily" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc002.yaml +- + file_name: opnfv_yardstick_tc005.yaml +- + file_name: opnfv_yardstick_tc010.yaml +- + file_name: opnfv_yardstick_tc011.yaml +- + file_name: opnfv_yardstick_tc012.yaml +- + file_name: opnfv_yardstick_tc014.yaml +- + file_name: opnfv_yardstick_tc027.yaml +- + file_name: opnfv_yardstick_tc037.yaml |