From 32011693ed39dc16e41f8b952bc1d7cf84748823 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Mon, 12 Dec 2016 10:04:05 +0100 Subject: 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 --- functest/ci/testcases.yaml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'functest') 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 @@ -142,6 +124,24 @@ tiers: installer: '' 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"' -- cgit 1.2.3-korg