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 <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-05-21 15:26:23 +05:30
parent 5fb1a16109
commit 2adc8e9a03
1 changed files with 2 additions and 3 deletions

View File

@ -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(