From 53f5951a47fcaa5a3f8bcd6ea1020e54a1b285d3 Mon Sep 17 00:00:00 2001 From: Dimitrios Markou Date: Wed, 25 Apr 2018 17:32:18 +0300 Subject: 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 --- tests/opnfv/test_suites/opnfv_os-odl-nofeature-ha_daily.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/opnfv/test_suites/opnfv_os-odl-nofeature-ha_daily.yaml') 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"}' -- cgit 1.2.3-korg