aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-12-13 14:30:01 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-13 14:30:01 +0000
commit320c67f6a67e21c60d4afca204c7d00bafd2c353 (patch)
tree471abecdba94ec20f6840f7a6fc345302f6a4727 /functest
parent202b6065b9ef13534b40d55e9a7198e23e5c2f99 (diff)
parent0d2470130c9889b4dfb7a0de714c94d804d4ad53 (diff)
Merge "CI-Build-Fix: Move the connection check to smoke"
Diffstat (limited to 'functest')
-rwxr-xr-xfunctest/ci/testcases.yaml36
1 files changed, 18 insertions, 18 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index d57ac3060..6a11a03f4 100755
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -19,24 +19,6 @@ tiers:
installer: ''
scenario: '^((?!lxd).)*$'
- -
- name: connection_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.connection_check'
- class: 'ConnectionCheck'
-
-
name: smoke
order: 1
@@ -125,6 +107,24 @@ tiers:
scenario: 'onos'
-
+ name: connection_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.connection_check'
+ class: 'ConnectionCheck'
+
+ -
name: api_check
criteria: 'status == "PASS"'
blocking: true