diff options
author | Dimitrios Markou <mardim@intracom-telecom.com> | 2018-04-25 17:32:18 +0300 |
---|---|---|
committer | Dimitrios Markou <mardim@intracom-telecom.com> | 2018-05-03 13:03:11 +0300 |
commit | 53f5951a47fcaa5a3f8bcd6ea1020e54a1b285d3 (patch) | |
tree | 175b1b9bdb6dee759240a713d0daa0a7775471ce /tests/opnfv/test_suites/opnfv_os-odl-nofeature-noha_daily.yaml | |
parent | d00660e583ef89fe07149c7f0cffcced7cd72133 (diff) |
Implement Virtual Switch resilience test case
This testcase tests the resilience of the Virtual
Switch in an OpenStack environment. It can only run in a
non Ubuntu distro because it is limited by this bug [0]
[0]: JIRA: YARDSTICK-1140
Change-Id: Ia1480fba9f3549d1144c80699056b501d3b07a0f
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Diffstat (limited to 'tests/opnfv/test_suites/opnfv_os-odl-nofeature-noha_daily.yaml')
-rw-r--r-- | tests/opnfv/test_suites/opnfv_os-odl-nofeature-noha_daily.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/opnfv/test_suites/opnfv_os-odl-nofeature-noha_daily.yaml b/tests/opnfv/test_suites/opnfv_os-odl-nofeature-noha_daily.yaml index 42a170a89..feb8a6631 100644 --- a/tests/opnfv/test_suites/opnfv_os-odl-nofeature-noha_daily.yaml +++ b/tests/opnfv/test_suites/opnfv_os-odl-nofeature-noha_daily.yaml @@ -61,3 +61,11 @@ test_cases: task_args: default: '{"file": "etc/yardstick/nodes/fuel_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"}' |