mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-4447: Fix router tests by listing Routers for that account of type 'Isolated'.
Signed-off-by: Prasanna Santhanam <tsp@apache.org> (cherry picked from commit db673b2b9b40ca958ae930af3ec3d6e9085272ca)
This commit is contained in:
parent
0454723f98
commit
c5165643f4
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user