Updated Branches: refs/heads/4.2 6032a113a -> b80242c2d
CLOUDSTACK-4772: remove test tag for the test test_01_RouterStopCreateFW 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/b80242c2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b80242c2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b80242c2 Branch: refs/heads/4.2 Commit: b80242c2dcb7a81bd90218a3e8fb161b780c9f92 Parents: 6032a11 Author: SrikanteswaraRao Talluri <[email protected]> Authored: Wed Oct 30 12:31:14 2013 +0530 Committer: SrikanteswaraRao Talluri <[email protected]> Committed: Wed Oct 30 12:31:14 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_routers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b80242c2/test/integration/component/test_routers.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_routers.py b/test/integration/component/test_routers.py index 8706a1e..b41cc6f 100644 --- a/test/integration/component/test_routers.py +++ b/test/integration/component/test_routers.py @@ -1110,7 +1110,7 @@ class TestRouterStopCreateFW(cloudstackTestCase): self.cleanup = [] return - @attr(tags = ["advanced", "advancedns","test"]) + @attr(tags = ["advanced", "advancedns"]) def test_01_RouterStopCreateFW(self): """Test router stop create Firewall rule """
