diff options
author | Dimitrios Markou <mardim@intracom-telecom.com> | 2018-02-14 18:54:12 +0200 |
---|---|---|
committer | Dimitrios Markou <mardim@intracom-telecom.com> | 2018-03-08 12:14:34 +0200 |
commit | 22c6286b88dbe261cdd746cecdbb33d848be1720 (patch) | |
tree | 672000b769fd07c949a6331d2b0247ad9cd74dd9 /tests/opnfv/test_suites | |
parent | d5a2c20d8de2796b2d2e2143ddfb2ba839a0e999 (diff) |
Add ODL noHA testcase
This testcase confirms the resiliency of Opendaylight
in a noHA deployment
SPEC: https://gerrit.opnfv.org/gerrit/#/c/49245/
Change-Id: I810011c35c7bb6377f9295330cf7122d10cf74c3
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-noha_daily.yaml | 7 |
1 files changed, 7 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 71b9dff6b..825555d39 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 @@ -54,3 +54,10 @@ test_cases: file_name: opnfv_yardstick_tc071.yaml - file_name: opnfv_yardstick_tc072.yaml +- + file_name: opnfv_yardstick_tc087.yaml + constraint: + installer: fuel + task_args: + default: '{"file": "etc/yardstick/nodes/fuel_baremetal/pod.yaml", + "attack_host": "node6"}' |