diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-05-08 08:57:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-05-08 08:57:56 +0000 |
commit | fe8aac36f1f66c29bd68c4bc0e22c9de077a1fad (patch) | |
tree | 1c3ca48bddaf96587958a486853d503f799599b7 /tests/opnfv/test_suites/opnfv_os-odl-nofeature-ha_daily.yaml | |
parent | 5c7b8938e79843b1c9a7883aa5c95a81634ecc9d (diff) | |
parent | 53f5951a47fcaa5a3f8bcd6ea1020e54a1b285d3 (diff) |
Merge "Implement Virtual Switch resilience test case"
Diffstat (limited to 'tests/opnfv/test_suites/opnfv_os-odl-nofeature-ha_daily.yaml')
-rw-r--r-- | tests/opnfv/test_suites/opnfv_os-odl-nofeature-ha_daily.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/opnfv/test_suites/opnfv_os-odl-nofeature-ha_daily.yaml b/tests/opnfv/test_suites/opnfv_os-odl-nofeature-ha_daily.yaml index 1ebf9c284..f174a90e4 100644 --- a/tests/opnfv/test_suites/opnfv_os-odl-nofeature-ha_daily.yaml +++ b/tests/opnfv/test_suites/opnfv_os-odl-nofeature-ha_daily.yaml @@ -69,3 +69,11 @@ test_cases: task_args: default: '{"file": "etc/yardstick/nodes/apex_baremetal/pod.yaml", "attack_host": "node6"}' +- + file_name: opnfv_yardstick_tc093.yaml + constraint: + installer: apex + task_args: + default: '{"file": "etc/yardstick/nodes/apex_baremetal/pod.yaml", + "attack_host_cmp_one": "node4","attack_host_cmp_two": "node5", + "systemd_service_name": "openvswitch"}' |