Move api_check test in smoke category
authorMorgan Richomme <morgan.richomme@orange.com>
Mon, 12 Dec 2016 09:04:05 +0000 (10:04 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Mon, 12 Dec 2016 09:05:31 +0000 (10:05 +0100)
Healthcheck tests are used for gating and MUST not include
negative tests

Change-Id: Ie3a6715506cbbb9a5a9e5b455f648699600bd584
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
functest/ci/testcases.yaml

index 56ca401..d57ac30 100755 (executable)
@@ -37,24 +37,6 @@ tiers:
                     module: 'functest.opnfv_tests.openstack.snaps.connection_check'
                     class: 'ConnectionCheck'
 
-            -
-                name: api_check
-                criteria: 'status == "PASS"'
-                blocking: true
-                description: >-
-                    This test case verifies the retrieval of OpenStack clients:
-                    Keystone, Glance, Neutron and Nova and may perform some
-                    simple queries. When the config value of
-                    snaps.use_keystone is True, functest must have access to
-                    the cloud's private network.
-
-                dependencies:
-                    installer: ''
-                    scenario: ''
-                run:
-                    module: 'functest.opnfv_tests.openstack.snaps.api_check'
-                    class: 'ApiCheck'
-
     -
         name: smoke
         order: 1
@@ -142,6 +124,24 @@ tiers:
                     installer: ''
                     scenario: 'onos'
 
+            -
+                name: api_check
+                criteria: 'status == "PASS"'
+                blocking: true
+                description: >-
+                    This test case verifies the retrieval of OpenStack clients:
+                    Keystone, Glance, Neutron and Nova and may perform some
+                    simple queries. When the config value of
+                    snaps.use_keystone is True, functest must have access to
+                    the cloud's private network.
+
+                dependencies:
+                    installer: ''
+                    scenario: ''
+                run:
+                    module: 'functest.opnfv_tests.openstack.snaps.api_check'
+                    class: 'ApiCheck'
+
             -
                 name: snaps_smoke
                 criteria: 'status == "PASS"'