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:
SrikanteswaraRao Talluri 2013-08-22 15:59:14 +05:30 committed by Prasanna Santhanam
parent 0454723f98
commit c5165643f4

View File

@ -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),