From 14e69e369b01c0f4129ec70d0c873cce44eeea32 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 25 Jun 2018 20:01:28 +0200 Subject: Remove list_zones() which requires dns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I271545a654a1a508c8b47a3fa4dcf72ad314a154 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/api/connection_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/opnfv_tests/openstack/api') diff --git a/functest/opnfv_tests/openstack/api/connection_check.py b/functest/opnfv_tests/openstack/api/connection_check.py index 663119ade..a7a780f67 100644 --- a/functest/opnfv_tests/openstack/api/connection_check.py +++ b/functest/opnfv_tests/openstack/api/connection_check.py @@ -42,7 +42,7 @@ class ConnectionCheck(testcase.TestCase): "list_hypervisors", "list_keypairs", "list_networks", "list_ports", "list_role_assignments", "list_roles", "list_routers", "list_servers", "list_services", - "list_subnets", "list_zones"]: + "list_subnets"]: self.__logger.debug( "%s: %s", func, getattr(self.cloud, func)()) self.result = 100 -- cgit 1.2.3-korg