Repository: cloudstack Updated Branches: refs/heads/master 77c88fa91 -> 2fa1b02e3
CLOUDSTACK-8001: test_add_remove_network.py - Tag invalid test case as invalid Signed-off-by: SrikanteswaraRao Talluri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2fa1b02e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2fa1b02e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2fa1b02e Branch: refs/heads/master Commit: 2fa1b02e3c6cf31e77ac08fde789006859eb095e Parents: 77c88fa Author: Gaurav Aradhye <[email protected]> Authored: Tue Dec 2 14:41:17 2014 +0530 Committer: SrikanteswaraRao Talluri <[email protected]> Committed: Tue Dec 2 15:33:09 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_add_remove_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2fa1b02e/test/integration/component/test_add_remove_network.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_add_remove_network.py b/test/integration/component/test_add_remove_network.py index bc9be6f..aacd44b 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"""
