Merge "[fuel] Skip test_server_basic_ops tempest test"
[functest.git] / functest / ci / testcases.yaml
index bc27f6f..5f54b97 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 == 100%'
+                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%'
@@ -153,7 +168,7 @@ tiers:
             -
                 name: odl_netvirt
                 criteria: 'success_rate == 100%'
-                blocking: true
+                blocking: false
                 clean_flag: false
                 description: >-
                     Test Suite for the OpenDaylight SDN Controller when
@@ -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'
@@ -258,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'
@@ -420,20 +435,6 @@ tiers:
 #                run:
 #                    module: 'functest.opnfv_tests.openstack.tempest.tempest'
 #                    class: 'TempestFullParallel'
-            -
-                name: tempest_defcore
-                criteria: 'success_rate == 100%'
-                blocking: false
-                clean_flag: false
-                description: >-
-                    This is the set of Tempest test cases created by OpenStack
-                    Interop Working Group for certification purposes.
-                dependencies:
-                    installer: ''
-                    scenario: 'nosdn-nofeature-ha'
-                run:
-                    module: 'functest.opnfv_tests.openstack.tempest.tempest'
-                    class: 'TempestDefcore'
             -
                 name: tempest_custom
                 criteria: 'success_rate == 100%'