aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-12-12 14:36:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-12 14:36:17 +0000
commitc0ee7b13e6facd1ef8fb8a936b1e3f819a764316 (patch)
treeda2d16f88b370cb0296394b7cc3f2bf4e1861182 /functest
parent23817158e859f2261a9fd276e0bc2bfca5771731 (diff)
parent32011693ed39dc16e41f8b952bc1d7cf84748823 (diff)
Merge "Move api_check test in smoke category"
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 56ca40176..d57ac3060 100755
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -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
@@ -143,6 +125,24 @@ tiers:
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"'
blocking: true