Set SNAPS tests as non blocking
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 16 Dec 2016 16:20:57 +0000 (17:20 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Fri, 16 Dec 2016 16:20:57 +0000 (17:20 +0100)
to give a chance of other tests to be run in CI/master

to be reverted once SNAPS stabilized

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

index ba26495..1e305b8 100755 (executable)
@@ -108,7 +108,7 @@ tiers:
             -
                 name: connection_check
                 criteria: 'status == "PASS"'
-                blocking: true
+                blocking: false
                 description: >-
                     This test case verifies the retrieval of OpenStack clients:
                     Keystone, Glance, Neutron and Nova and may perform some
@@ -126,7 +126,7 @@ tiers:
             -
                 name: api_check
                 criteria: 'status == "PASS"'
-                blocking: true
+                blocking: false
                 description: >-
                     This test case verifies the retrieval of OpenStack clients:
                     Keystone, Glance, Neutron and Nova and may perform some
@@ -144,7 +144,7 @@ tiers:
             -
                 name: snaps_smoke
                 criteria: 'status == "PASS"'
-                blocking: true
+                blocking: false
                 description: >-
                     This test case contains tests that setup and destroy
                     environments with VMs with and without Floating IPs