Add ODL netvirt connectivity suites to list of robot tests 13/27113/7
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 17 Jan 2017 17:12:55 +0000 (09:12 -0800)
committerJose Lausuch <jose.lausuch@ericsson.com>
Mon, 13 Feb 2017 21:19:55 +0000 (21:19 +0000)
Change-Id: I9eb543b18d7646c7746caeec43d610be52a1af65
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
functest/ci/testcases.yaml

index 12d791f..4b468f1 100755 (executable)
@@ -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"'