From 2fa1b02e3c6cf31e77ac08fde789006859eb095e Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Tue, 2 Dec 2014 14:41:17 +0530 Subject: [PATCH] CLOUDSTACK-8001: test_add_remove_network.py - Tag invalid test case as invalid Signed-off-by: SrikanteswaraRao Talluri --- test/integration/component/test_add_remove_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_add_remove_network.py b/test/integration/component/test_add_remove_network.py index bc9be6fad80..aacd44b029a 100644 --- a/test/integration/component/test_add_remove_network.py +++ b/test/integration/component/test_add_remove_network.py @@ -1280,7 +1280,7 @@ class TestFailureScenariosAddNetworkToVM(cloudstackTestCase): return - @attr(tags = ["basic"]) + @attr(tags = ["invalid"]) def test_18_add_nic_basic_zone(self): """Add network to vm in basic zone"""