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-08 12:54:29 +0300 |
commit | 97d70dd90f5367254fb49ce9d18e947305bc8758 (patch) | |
tree | 0e820645021b4d69c86fd53c22205af058c75e23 /tests/opnfv/test_suites/opnfv_os-odl-nofeature-noha_daily.yaml | |
parent | 8c58ec4d9e2e69ced6e7773bf00c4e96b782e12f (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>
(cherry picked from commit 53f5951a47fcaa5a3f8bcd6ea1020e54a1b285d3)
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"}' |