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 <[email protected]> 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 <[email protected]> Authored: Tue May 21 15:26:23 2013 +0530 Committer: Prasanna Santhanam <[email protected]> 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(
