diff options
author | rexlee8776 <limingjiang@huawei.com> | 2016-07-19 14:19:55 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2016-07-20 06:22:57 +0000 |
commit | 7e9b180b0d10e84450eb2990549c02c106b0302e (patch) | |
tree | 3a90bdbda0bcfc6b6003d17ba2c689f03901d1a9 /tests/opnfv/test_suites | |
parent | 1e6ca0bfaaeadff7ce8ac9b1693b03d122e58a79 (diff) |
add support for suite to support constraints and task_args
suite.yaml has constraint and task_args parameter, so
each task_case can be able to add constaints (currently
support pod_name and installer), also support parameters
to be replace for special test case like tc043.
JIRA: YARDSTICK-299
Change-Id: I2b2c8f9858893da03aaa8bcac20a474a2d434509
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'tests/opnfv/test_suites')
-rw-r--r-- | tests/opnfv/test_suites/opnfv_os-nosdn-nofeature-ha_daily.yaml | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/tests/opnfv/test_suites/opnfv_os-nosdn-nofeature-ha_daily.yaml b/tests/opnfv/test_suites/opnfv_os-nosdn-nofeature-ha_daily.yaml index d5f7bf824..c6dadac20 100644 --- a/tests/opnfv/test_suites/opnfv_os-nosdn-nofeature-ha_daily.yaml +++ b/tests/opnfv/test_suites/opnfv_os-nosdn-nofeature-ha_daily.yaml @@ -7,16 +7,25 @@ name: "os-nosdn-nofeature-ha" test_cases_dir: "tests/opnfv/test_cases/" test_cases: - - file_name: opnfv_yardstick_tc002.yaml + file_name: opnfv_yardstick_tc002.yaml - - file_name: opnfv_yardstick_tc005.yaml + file_name: opnfv_yardstick_tc005.yaml - - file_name: opnfv_yardstick_tc010.yaml + file_name: opnfv_yardstick_tc010.yaml - - file_name: opnfv_yardstick_tc011.yaml + file_name: opnfv_yardstick_tc011.yaml - - file_name: opnfv_yardstick_tc012.yaml + file_name: opnfv_yardstick_tc012.yaml - - file_name: opnfv_yardstick_tc014.yaml + file_name: opnfv_yardstick_tc014.yaml - - file_name: opnfv_yardstick_tc037.yaml + file_name: opnfv_yardstick_tc037.yaml +- + file_name: opnfv_yardstick_tc043.yaml + constraint: + installer: compass + pod: huawei-pod1 + task_args: + huawei_pod1: '{"pod_info": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml", + "host": "node4.LF","target": "node5.LF"}' + |