mirror of https://github.com/apache/cloudstack.git
correcting the zone reference in scalevm test
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
dc87d9325e
commit
4a0b05a0b2
|
|
@ -105,7 +105,7 @@ class TestScaleVm(cloudstackTestCase):
|
|||
# Get Zone, Domain and templates
|
||||
domain = get_domain(cls.api_client, cls.services)
|
||||
zone = get_zone(cls.api_client, cls.services)
|
||||
cls.services['mode'] = cls.zone.networktype
|
||||
cls.services['mode'] = zone.networktype
|
||||
|
||||
template = get_template(
|
||||
cls.api_client,
|
||||
|
|
|
|||
Loading…
Reference in New Issue