diff options
author | meimei <meimei@huawei.com> | 2016-05-25 09:08:17 +0800 |
---|---|---|
committer | meimei <meimei@huawei.com> | 2016-05-25 09:09:10 +0800 |
commit | 68c799b07b5fb1239dced84de0f2f3f7e2dfe446 (patch) | |
tree | 61dc6e955c43ceb8967bb5ad6174bb4b7d436a0c /tests/opnfv | |
parent | 92a37a7a51adea10e787be1430ffee0876323388 (diff) |
enable yardstick in huawei-pod2
JIRA: COMPASS-393
Change-Id: I46c0ac05b602fa8bf07906d9bc5f0bc8f499e20c
Signed-off-by: meimei <meimei@huawei.com>
Diffstat (limited to 'tests/opnfv')
-rw-r--r-- | tests/opnfv/test_suites/opnfv_huawei-pod2_daily.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/opnfv/test_suites/opnfv_huawei-pod2_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-pod2_daily.yaml new file mode 100644 index 000000000..3a3bfccc0 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_huawei-pod2_daily.yaml @@ -0,0 +1,24 @@ +--- +# Huawei US bare 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 |