From a5bb792bb6571c9d86dbde1dc2fc09cdc0a2b204 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Tue, 17 Jan 2017 09:12:55 -0800 Subject: [PATCH] Add ODL netvirt connectivity suites to list of robot tests Change-Id: I9eb543b18d7646c7746caeec43d610be52a1af65 Signed-off-by: Jamo Luhrsen --- functest/ci/testcases.yaml | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 12d791f08..4b468f1d7 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -90,9 +90,9 @@ tiers: criteria: 'success_rate == 100%' blocking: true description: >- - Test Suite for the OpenDaylight SDN Controller. It integrates - some test suites from upstream using Robot as the test - framework. + Test Suite for the OpenDaylight SDN Controller. It + integrates some test suites from upstream using + Robot as the test framework. dependencies: installer: '' scenario: 'odl' @@ -104,6 +104,27 @@ tiers: - /home/opnfv/repos/odl_test/csit/suites/integration/basic - /home/opnfv/repos/odl_test/csit/suites/openstack/neutron + - + name: odl_netvirt + criteria: 'success_rate == 100%' + blocking: true + description: >- + Test Suite for the OpenDaylight SDN Controller when + the NetVirt features are installed. It integrates + some test suites from upstream using Robot as the + test framework. + dependencies: + installer: '' + scenario: 'netvirt' + run: + module: 'functest.opnfv_tests.sdn.odl.odl' + class: 'ODLTests' + args: + suites: + - /home/opnfv/repos/odl_test/csit/suites/integration/basic + - /home/opnfv/repos/odl_test/csit/suites/openstack/neutron + - /home/opnfv/repos/odl_test/csit/suites/openstack/connectivity + - name: onos criteria: 'status == "PASS"' -- 2.16.6