diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-12-12 10:04:05 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-12-12 10:05:31 +0100 |
commit | 32011693ed39dc16e41f8b952bc1d7cf84748823 (patch) | |
tree | 2a3719d53e2651d33da74d335aa7ef503d902d2c | |
parent | 14f2b4917411bb24a03f04a210627f144873a995 (diff) |
Move api_check test in smoke category
Healthcheck tests are used for gating and MUST not include
negative tests
Change-Id: Ie3a6715506cbbb9a5a9e5b455f648699600bd584
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-rwxr-xr-x | functest/ci/testcases.yaml | 36 |
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 |