diff options
author | Dimitrios Markou <mardim@intracom-telecom.com> | 2018-03-16 15:51:49 +0200 |
---|---|---|
committer | Dimitrios Markou <mardim@intracom-telecom.com> | 2018-04-20 12:33:40 +0000 |
commit | d16b2e14fe420a646d4399986bd9f4d1ae3a606d (patch) | |
tree | c021b2707c34488e0e7395e23f89ad52da1e84c2 /tests/opnfv/test_suites | |
parent | 6f374141466640655cc57277b4b49d6deffa9092 (diff) |
Add ODL HA testcase
This testcase confirms the resiliency of Opendaylight
in a HA deployment
SPEC: https://gerrit.opnfv.org/gerrit/#/c/50991
JIRA: HA-33
JIRA: YARSTICK-955
Change-Id: I4cb39d1970ed0333a43fbb58f8c7138908379dcb
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Diffstat (limited to 'tests/opnfv/test_suites')
-rw-r--r-- | tests/opnfv/test_suites/opnfv_os-odl-nofeature-ha_daily.yaml | 7 |
1 files changed, 7 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 13cc710f3..1ebf9c284 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 @@ -62,3 +62,10 @@ test_cases: task_args: huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml", "host": "node1"}' +- + file_name: opnfv_yardstick_tc092.yaml + constraint: + installer: apex + task_args: + default: '{"file": "etc/yardstick/nodes/apex_baremetal/pod.yaml", + "attack_host": "node6"}' |