You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2013/04/24 18:23:32 UTC

[08/50] [abbrv] git commit: updated refs/heads/internallb to ca2fc30

correcting the zone reference in scalevm test

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


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/internallb
Commit: 4a0b05a0b21557029559c5498fbb026cbe135d58
Parents: dc87d93
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Sun Apr 21 16:54:45 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
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,