diff options
author | Rex Lee <limingjiang@huawei.com> | 2016-12-22 03:41:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-22 03:41:47 +0000 |
commit | 74479a22c461cc2c08f9525879481c0a86d3af84 (patch) | |
tree | 03ad5609cf7c2a91358ecfc9b8fecf2f0c2e3123 /tests/opnfv/test_suites/opnfv_features.yaml | |
parent | 70d25b87c167bc13e883da2963980cce56410f98 (diff) | |
parent | c44300c459208ed1968c1f8e7dbe04db3e32a292 (diff) |
Merge "Add smoke, components, features and performance test suite for Yatdstick"
Diffstat (limited to 'tests/opnfv/test_suites/opnfv_features.yaml')
-rw-r--r-- | tests/opnfv/test_suites/opnfv_features.yaml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/tests/opnfv/test_suites/opnfv_features.yaml b/tests/opnfv/test_suites/opnfv_features.yaml new file mode 100644 index 000000000..3621f1367 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_features.yaml @@ -0,0 +1,52 @@ +--- +# Yardstick features task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_yardstick-features" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc027.yaml + constraint: + installer: compass,fuel + pod: huawei-pod1,lf-pod2 + task_args: + huawei-pod1: '{"pod_info": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml"}' + lf-pod2: '{"pod_info": "etc/yardstick/nodes/fuel_baremetal/pod.yaml", "openrc":"/root/openrc", "external_network":"admin_floating_net"}' +- + file_name: opnfv_yardstick_tc045.yaml + constraint: + installer: fuel +- + file_name: opnfv_yardstick_tc046.yaml + constraint: + installer: fuel +- + file_name: opnfv_yardstick_tc047.yaml + constraint: + installer: fuel +- + file_name: opnfv_yardstick_tc048.yaml + constraint: + installer: fuel +- + file_name: opnfv_yardstick_tc049.yaml + constraint: + installer: fuel +- + file_name: opnfv_yardstick_tc050.yaml + constraint: + installer: fuel +- + file_name: opnfv_yardstick_tc051.yaml + constraint: + installer: fuel +- + file_name: opnfv_yardstick_tc052.yaml + constraint: + installer: fuel +- + file_name: opnfv_yardstick_tc053.yaml + constraint: + installer: fuel |