diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-12-16 17:20:57 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-12-16 17:20:57 +0100 |
commit | ab52776d1e2bd5df552373b068cd1ab993fb71d8 (patch) | |
tree | 9e2790d623c4896e13f1ea747fe3907b8508986b /functest | |
parent | 9251dcc0c689edc182ab7ae5a7fabc7da6544eca (diff) |
Set SNAPS tests as non blocking
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>
Diffstat (limited to 'functest')
-rwxr-xr-x | functest/ci/testcases.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index ba264956..1e305b82 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -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 |