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

git commit: updated refs/heads/4.2 to ca7f0df

Updated Branches:
  refs/heads/4.2 3cf07118a -> ca7f0df19


Include definition for vm_3 in assign and load balance test

Signed-off-by: Prasanna Santhanam <ts...@apache.org>
(cherry picked from commit b3aa11ca394a15b70342bb8ec21da931622c3a8a)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ca7f0df1
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ca7f0df1
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ca7f0df1

Branch: refs/heads/4.2
Commit: ca7f0df193ce4ff7d774e75287aec9f8fe97d21c
Parents: 3cf0711
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Thu Jul 4 21:44:39 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Thu Jul 4 21:45:30 2013 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_loadbalance.py | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ca7f0df1/test/integration/smoke/test_loadbalance.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_loadbalance.py b/test/integration/smoke/test_loadbalance.py
index 8dd96e5..7bf560c 100644
--- a/test/integration/smoke/test_loadbalance.py
+++ b/test/integration/smoke/test_loadbalance.py
@@ -145,6 +145,14 @@ class TestLoadBalance(cloudstackTestCase):
                                     domainid=cls.account.domainid,
                                     serviceofferingid=cls.service_offering.id
                                     )
+        cls.vm_3 = VirtualMachine.create(
+                                    cls.api_client,
+                                    cls.services["server"],
+                                    templateid=template.id,
+                                    accountid=cls.account.name,
+                                    domainid=cls.account.domainid,
+                                    serviceofferingid=cls.service_offering.id
+                                    )
         cls.non_src_nat_ip = PublicIPAddress.create(
                                             cls.api_client,
                                             cls.account.name,
@@ -587,4 +595,4 @@ class TestLoadBalance(cloudstackTestCase):
                   hostnames,
                   "Check if ssh succeeded for server3"
                   )
-        return
\ No newline at end of file
+        return