From 0503756fa4584e82081fb44b9133d2564d77105b Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 25 Jun 2018 06:07:26 +0200 Subject: Implement connection_check via shade too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SNAPS connection_check tests are merged into api_check. It would ease debugging deployment as well [1] [1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/127/console Change-Id: I30254a46c3dc6874881d687e36903c6b7878d63d Signed-off-by: Cédric Ollivier --- docker/healthcheck/testcases.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docker/healthcheck/testcases.yaml') diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml index 12dc7d298..9e9b68b44 100644 --- a/docker/healthcheck/testcases.yaml +++ b/docker/healthcheck/testcases.yaml @@ -16,15 +16,13 @@ tiers: 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. + simple queries. dependencies: installer: '' scenario: '' run: module: - 'functest.opnfv_tests.openstack.snaps.connection_check' + 'functest.opnfv_tests.openstack.api.connection_check' class: 'ConnectionCheck' - -- cgit 1.2.3-korg