Merge "Added Unit Tests for ci/generate_report with argument refactoring for main...
[functest.git] / functest / ci / testcases.yaml
index 93cc524..bc7ac84 100755 (executable)
@@ -7,22 +7,6 @@ tiers:
             First tier to be executed to verify the basic
             operations in the VIM.
         testcases:
-            -
-                name: snaps_health_check
-                criteria: 'status == "PASS"'
-                blocking: true
-                clean_flag: false
-                description: >-
-                    This test case creates executes the SimpleHealthCheck
-                    Python test class which creates an, image, flavor, network,
-                    and Cirros VM instance and observes the console output to
-                    validate the single port obtains the correct IP address.
-                dependencies:
-                    installer: ''
-                    scenario: '^((?!lxd).)*$'
-                run:
-                    module: 'functest.opnfv_tests.openstack.snaps.health_check'
-                    class: 'HealthCheck'
             -
                 name: connection_check
                 criteria: 'status == "PASS"'
@@ -60,6 +44,22 @@ tiers:
                 run:
                     module: 'functest.opnfv_tests.openstack.snaps.api_check'
                     class: 'ApiCheck'
+            -
+                name: snaps_health_check
+                criteria: 'status == "PASS"'
+                blocking: true
+                clean_flag: false
+                description: >-
+                    This test case creates executes the SimpleHealthCheck
+                    Python test class which creates an, image, flavor, network,
+                    and Cirros VM instance and observes the console output to
+                    validate the single port obtains the correct IP address.
+                dependencies:
+                    installer: ''
+                    scenario: '^((?!lxd).)*$'
+                run:
+                    module: 'functest.opnfv_tests.openstack.snaps.health_check'
+                    class: 'HealthCheck'
     -
         name: smoke
         order: 1
@@ -130,6 +130,21 @@ tiers:
                     module: 'functest.opnfv_tests.openstack.rally.rally'
                     class: 'RallySanity'
 
+            -
+                name: refstack_defcore
+                criteria: 'success_rate == 80%'
+                blocking: false
+                clean_flag: false
+                description: >-
+                    This test case runs a sub group of tests of the OpenStack
+                    Defcore testcases by using refstack client.
+                dependencies:
+                    installer: ''
+                    scenario: ''
+                run:
+                    module: 'functest.opnfv_tests.openstack.refstack_client.refstack_client'
+                    class: 'RefstackClient'
+
             -
                 name: odl
                 criteria: 'success_rate == 100%'
@@ -161,8 +176,8 @@ tiers:
                     some test suites from upstream using Robot as the
                     test framework.
                 dependencies:
-                    installer: ''
-                    scenario: 'netvirt'
+                    installer: 'apex'
+                    scenario: 'os-odl_l3-nofeature'
                 run:
                     module: 'functest.opnfv_tests.sdn.odl.odl'
                     class: 'ODLTests'
@@ -172,6 +187,25 @@ tiers:
                             -  /home/opnfv/repos/odl_test/csit/suites/openstack/neutron
                             -  /home/opnfv/repos/odl_test/csit/suites/openstack/connectivity
 
+            -
+                name: fds
+                criteria: 'success_rate == 100%'
+                blocking: false
+                clean_flag: false
+                description: >-
+                    Test Suite for the OpenDaylight SDN Controller when GBP features are
+                    installed. It integrates some test suites from upstream using
+                    Robot as the test framework.
+                dependencies:
+                    installer: 'apex'
+                    scenario: 'odl_l2-fdio'
+                run:
+                    module: 'functest.opnfv_tests.sdn.odl.odl'
+                    class: 'ODLTests'
+                    args:
+                        suites:
+                            -  /home/opnfv/repos/fds/testing/robot
+
             -
                 name: onos
                 criteria: 'status == "PASS"'
@@ -239,7 +273,7 @@ tiers:
                 description: >-
                     Test suite from Doctor project.
                 dependencies:
-                    installer: '(apex)|(fuel)|(joid)'
+                    installer: '(apex)|(fuel)'
                     scenario: '^((?!fdio).)*$'
                 run:
                     module: 'functest.opnfv_tests.features.doctor'