diff --git a/test/integration/component/test_routers.py b/test/integration/component/test_routers.py index 888302fa7c2..a724a3fc3b7 100644 --- a/test/integration/component/test_routers.py +++ b/test/integration/component/test_routers.py @@ -218,6 +218,7 @@ class TestRouterServices(cloudstackTestCase): self.apiclient, account=self.account.name, domainid=self.account.domainid, + type = 'Isolated' ) self.assertEqual( isinstance(networks, list), @@ -274,6 +275,7 @@ class TestRouterServices(cloudstackTestCase): self.apiclient, account=self.account.name, domainid=self.account.domainid, + type = 'Isolated' ) self.assertEqual( isinstance(networks, list), @@ -364,6 +366,7 @@ class TestRouterServices(cloudstackTestCase): self.apiclient, account=self.account.name, domainid=self.account.domainid, + type = 'Isolated' ) self.assertEqual( isinstance(networks, list),