diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2016-10-17 08:52:50 +0000 |
---|---|---|
committer | Jack Chan <chenjiankun1@huawei.com> | 2016-11-01 02:54:53 +0000 |
commit | e8afea8cfb0a8e33e7694834cccee9f0482405a0 (patch) | |
tree | 2c494198657d89f2e6d67e90d304f9b18e62efc2 | |
parent | f889d6136e7a23d3db678c53ed0da3eea421cd68 (diff) |
Add os-odl_l2-fdio-ha scenario support
JIRA: YARDSTICK-373
Change-Id: Ia06ec788c50098cec0c22c6fb1eec97d7a4c9031
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
-rw-r--r-- | tests/opnfv/test_suites/opnfv_os-odl_l2-fdio-ha_daily.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/opnfv/test_suites/opnfv_os-odl_l2-fdio-ha_daily.yaml b/tests/opnfv/test_suites/opnfv_os-odl_l2-fdio-ha_daily.yaml new file mode 100644 index 000000000..2d7397a96 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_os-odl_l2-fdio-ha_daily.yaml @@ -0,0 +1,30 @@ +--- +# os-odl_l2-fdio-ha daily task suite + +schema: "yardstick:suite:0.1" + +name: "os-odl_l2-fdio-ha" +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_tc037.yaml +- + file_name: opnfv_yardstick_tc069.yaml +- + file_name: opnfv_yardstick_tc070.yaml +- + file_name: opnfv_yardstick_tc071.yaml +- + file_name: opnfv_yardstick_tc072.yaml |