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 5107B9A63 for ; Tue, 21 May 2013 09:57:32 +0000 (UTC) Received: (qmail 93675 invoked by uid 500); 21 May 2013 09:57:32 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 93639 invoked by uid 500); 21 May 2013 09:57:31 -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 93628 invoked by uid 99); 21 May 2013 09:57:31 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 09:57:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 69B72890F88; Tue, 21 May 2013 09:57:31 +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: <873bbdcc68fb44a0a2e5885be6cf6d56@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 2adc8e9 Date: Tue, 21 May 2013 09:57:31 +0000 (UTC) Updated Branches: refs/heads/master 5fb1a1610 -> 2adc8e9a0 Adding docstrings for the portablip test 1. Test to create a portable public ip range 2. Test to acquire a provisioned public ip range 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/2adc8e9a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2adc8e9a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2adc8e9a Branch: refs/heads/master Commit: 2adc8e9a03fd657423add436400f761bd155564f Parents: 5fb1a16 Author: Prasanna Santhanam Authored: Tue May 21 15:26:23 2013 +0530 Committer: Prasanna Santhanam Committed: Tue May 21 15:26:23 2013 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_portable_publicip.py | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2adc8e9a/test/integration/smoke/test_portable_publicip.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_portable_publicip.py b/test/integration/smoke/test_portable_publicip.py index 101747d..5b2fbc7 100644 --- a/test/integration/smoke/test_portable_publicip.py +++ b/test/integration/smoke/test_portable_publicip.py @@ -138,7 +138,7 @@ class TestPortablePublicIPRange(cloudstackTestCase): @attr(tags = ["simulator", "basic", "advanced", "portablepublicip"]) def test_createPortablePublicIPRange(self): - """ + """ Test to create a portable public ip range """ self.debug("attempting to create a portable Public IP range") self.portable_ip_range = PortablePublicIpRange.create( @@ -155,7 +155,6 @@ class TestPortablePublicIPRange(cloudstackTestCase): class TestPortablePublicIPAcquire(cloudstackTestCase): - """ This test validates functionality where - admin has provisioned a portable public ip range @@ -223,7 +222,7 @@ class TestPortablePublicIPAcquire(cloudstackTestCase): @attr(tags = ["simulator", "basic", "advanced", "portablepublicip"]) def test_createPortablePublicIPAcquire(self): - """ + """ Test to acquire a provisioned public ip range """ self.debug("attempting to create a portable Public IP range") self.portable_ip_range = PortablePublicIpRange.create(