Repository: cloudstack Updated Branches: refs/heads/4.4-forward 4c168bf9d -> 79364afcf
CLOUDSTACK-6777: Enable testcase as it looks to be env issue Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/79364afc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/79364afc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/79364afc Branch: refs/heads/4.4-forward Commit: 79364afcf59f8317aa211959aa2d7ac0959a8d53 Parents: 4c168bf Author: Girish Shilamkar <[email protected]> Authored: Thu Jun 12 12:20:05 2014 +0530 Committer: Girish Shilamkar <[email protected]> Committed: Thu Jun 12 12:20:05 2014 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_secondary_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/79364afc/test/integration/smoke/test_secondary_storage.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_secondary_storage.py b/test/integration/smoke/test_secondary_storage.py index e037593..ac80956 100644 --- a/test/integration/smoke/test_secondary_storage.py +++ b/test/integration/smoke/test_secondary_storage.py @@ -160,7 +160,7 @@ class TestSecStorageServices(cloudstackTestCase): ) return - @attr(tags = ["advanced", "advancedns", "smoke", "basic", "eip", "sg", "selfservice"], BugId="CLOUDSTACK-6773, CLOUDSTACK-6777") + @attr(tags = ["advanced", "advancedns", "smoke", "basic", "eip", "sg", "selfservice"]) def test_02_sys_template_ready(self): """Test system templates are ready """
