Repository: cloudstack Updated Branches: refs/heads/4.5 c987080c2 -> e6236297a
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/e6236297 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e6236297 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e6236297 Branch: refs/heads/4.5 Commit: e6236297a12c07b63309867fcc166d25483aed25 Parents: c987080 Author: Gaurav Aradhye <[email protected]> Authored: Tue Dec 2 14:41:17 2014 +0530 Committer: SrikanteswaraRao Talluri <[email protected]> Committed: Tue Dec 2 15:32:33 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/e6236297/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"""
