mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
Unwrap the test docstring for the testrunner
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
b2be0dbf6b
commit
a6d13cb799
@ -189,8 +189,7 @@ class TestPublicIP(cloudstackTestCase):
|
||||
|
||||
@attr(tags = ["advanced", "advancedns", "smoke"])
|
||||
def test_public_ip_admin_account(self):
|
||||
"""Test for Associate/Disassociate
|
||||
public IP address for admin account"""
|
||||
"""Test for Associate/Disassociate public IP address for admin account"""
|
||||
|
||||
# Validate the following:
|
||||
# 1. listPubliIpAddresses API returns the list of acquired addresses
|
||||
@ -240,8 +239,7 @@ class TestPublicIP(cloudstackTestCase):
|
||||
|
||||
@attr(tags = ["advanced", "advancedns", "smoke"])
|
||||
def test_public_ip_user_account(self):
|
||||
"""Test for Associate/Disassociate
|
||||
public IP address for user account"""
|
||||
"""Test for Associate/Disassociate public IP address for user account"""
|
||||
|
||||
# Validate the following:
|
||||
# 1. listPubliIpAddresses API returns the list of acquired addresses
|
||||
@ -1043,7 +1041,7 @@ class TestLoadBalancingRule(cloudstackTestCase):
|
||||
|
||||
lb_rule.remove(self.apiclient, [self.vm_1])
|
||||
with self.assertRaises(Exception):
|
||||
self.fail("SSHing into IP address: %s after removing VM (ID: %s) from LB rule" %
|
||||
self.debug("SSHing into IP address: %s after removing VM (ID: %s) from LB rule" %
|
||||
(
|
||||
self.non_src_nat_ip.ipaddress.ipaddress,
|
||||
self.vm_1.id
|
||||
@ -1556,7 +1554,7 @@ class TestReleaseIP(cloudstackTestCase):
|
||||
|
||||
@attr(tags = ["advanced", "advancedns", "smoke"])
|
||||
def test_releaseIP(self):
|
||||
"""Test for Associate/Disassociate public IP address"""
|
||||
"""Test for release public IP address"""
|
||||
|
||||
self.debug("Deleting Public IP : %s" % self.ip_addr.id)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user