Removed tag from the attr

This commit is contained in:
sanjeev 2015-04-21 17:48:44 +05:30
parent 2de64bcc91
commit 0bae300fa2

View File

@ -361,9 +361,8 @@ class TestBasicOperations(cloudstackTestCase):
(virtual_machine.id, e)) (virtual_machine.id, e))
return return
#@data(ISOLATED_NETWORK, SHARED_NETWORK, VPC_NETWORK) @data(ISOLATED_NETWORK, SHARED_NETWORK, VPC_NETWORK)
@data(SHARED_NETWORK) @attr(tags=["advanced"])
@attr(tags=["advanced", "sanj"])
def test_remove_ip_from_nic(self, value): def test_remove_ip_from_nic(self, value):
""" Remove secondary IP from NIC of a VM""" """ Remove secondary IP from NIC of a VM"""