mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-2542: Fix router test for basic zone
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
55d304a5bb
commit
2867c6a6df
@ -141,6 +141,12 @@ class TestRouterServices(cloudstackTestCase):
|
|||||||
# by checking status of dnsmasq process
|
# by checking status of dnsmasq process
|
||||||
|
|
||||||
# Find router associated with user account
|
# Find router associated with user account
|
||||||
|
if self.zone.networktype == "Basic":
|
||||||
|
list_router_response = list_routers(
|
||||||
|
self.apiclient,
|
||||||
|
listall="true"
|
||||||
|
)
|
||||||
|
else:
|
||||||
list_router_response = list_routers(
|
list_router_response = list_routers(
|
||||||
self.apiclient,
|
self.apiclient,
|
||||||
account=self.account.name,
|
account=self.account.name,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user