mirror of https://github.com/apache/cloudstack.git
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 db673b2b9b)
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…
Reference in New Issue