Remove list_routers call if no tenant network 08/71608/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 2 Dec 2020 16:34:06 +0000 (17:34 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 2 Dec 2020 16:36:27 +0000 (17:36 +0100)
Change-Id: I49ea5cc9207048f5dda49fcd0463ef333970ecb5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit dec0d59da6b90afc2e0f385f3573479d6843bb99)

functest/opnfv_tests/openstack/api/connection_check.py

index 83b72b6..f3b35e9 100644 (file)
@@ -55,6 +55,7 @@ class ConnectionCheck(testcase.TestCase):
             if env.get('NO_TENANT_NETWORK').lower() == 'true':
                 self.func_list.remove("list_floating_ip_pools")
                 self.func_list.remove("list_floating_ips")
+                self.func_list.remove("list_routers")
             for func in self.func_list:
                 self.__logger.debug(
                     "%s: %s", func, getattr(self.cloud, func)())