From 0bae300fa2f35f69afd5cb036a9fc4ad4cf3c53a Mon Sep 17 00:00:00 2001 From: sanjeev Date: Tue, 21 Apr 2015 17:48:44 +0530 Subject: [PATCH] Removed tag from the attr --- test/integration/component/test_multiple_ips_per_nic.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/integration/component/test_multiple_ips_per_nic.py b/test/integration/component/test_multiple_ips_per_nic.py index f40c3210675..6d26b3ec829 100644 --- a/test/integration/component/test_multiple_ips_per_nic.py +++ b/test/integration/component/test_multiple_ips_per_nic.py @@ -361,9 +361,8 @@ class TestBasicOperations(cloudstackTestCase): (virtual_machine.id, e)) return - #@data(ISOLATED_NETWORK, SHARED_NETWORK, VPC_NETWORK) - @data(SHARED_NETWORK) - @attr(tags=["advanced", "sanj"]) + @data(ISOLATED_NETWORK, SHARED_NETWORK, VPC_NETWORK) + @attr(tags=["advanced"]) def test_remove_ip_from_nic(self, value): """ Remove secondary IP from NIC of a VM"""