Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BEF891080D for ; Thu, 4 Jul 2013 16:15:12 +0000 (UTC) Received: (qmail 10285 invoked by uid 500); 4 Jul 2013 16:15:12 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 10164 invoked by uid 500); 4 Jul 2013 16:15:12 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 10157 invoked by uid 99); 4 Jul 2013 16:15:12 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2013 16:15:12 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D84A582AD58; Thu, 4 Jul 2013 16:15:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: commits@cloudstack.apache.org Message-Id: <82b77bb6b18f4890b2d87e8e4349b10c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to b3aa11c Date: Thu, 4 Jul 2013 16:15:11 +0000 (UTC) Updated Branches: refs/heads/master a8a23c436 -> b3aa11ca3 Include definition for vm_3 in assign and load balance test Signed-off-by: Prasanna Santhanam Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b3aa11ca Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b3aa11ca Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b3aa11ca Branch: refs/heads/master Commit: b3aa11ca394a15b70342bb8ec21da931622c3a8a Parents: a8a23c4 Author: Prasanna Santhanam Authored: Thu Jul 4 21:44:39 2013 +0530 Committer: Prasanna Santhanam Committed: Thu Jul 4 21:45:00 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/b3aa11ca/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