correcting the zone reference in scalevm test Signed-off-by: Prasanna Santhanam <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4a0b05a0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4a0b05a0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4a0b05a0 Branch: refs/heads/ui-vm-affinity Commit: 4a0b05a0b21557029559c5498fbb026cbe135d58 Parents: dc87d93 Author: Prasanna Santhanam <[email protected]> Authored: Sun Apr 21 16:54:45 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Sun Apr 21 16:54:45 2013 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_scale_vm.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4a0b05a0/test/integration/smoke/test_scale_vm.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_scale_vm.py b/test/integration/smoke/test_scale_vm.py index 81a477e..64fe4dc 100644 --- a/test/integration/smoke/test_scale_vm.py +++ b/test/integration/smoke/test_scale_vm.py @@ -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,
