diff options
author | QiLiang <liangqi1@huawei.com> | 2016-01-28 18:25:10 +0000 |
---|---|---|
committer | qi liang <liangqi1@huawei.com> | 2016-01-28 10:29:00 +0000 |
commit | 5bfda4c83d9eb68f5ea7b38f978dddc78e2333e7 (patch) | |
tree | 30aaa9aaf181f849a2a181d7709c72af798ea5a0 | |
parent | c2791647d2966cf6d79f35db97750378a8d2b5b6 (diff) |
Add test suite for huawei lab virtual deploy
JIRA: -
Change-Id: I0cd58a2acb0a2a55431eebd6b4adcde95d50d7bc
Signed-off-by: QiLiang <liangqi1@huawei.com>
(cherry picked from commit 22e55a637eb9fe70fbb378494242f5f6f196f3c0)
-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 |