correcting the zone reference in scalevm test

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-04-21 16:54:45 +05:30
parent dc87d9325e
commit 4a0b05a0b2
1 changed files with 1 additions and 1 deletions

View File

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