Repository: cloudstack Updated Branches: refs/heads/4.4-forward 610d6f0b9 -> 5e181acbd
CLOUDSTACK-7062: Enabled back the test as not able to repro Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5e181acb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5e181acb Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5e181acb Branch: refs/heads/4.4-forward Commit: 5e181acbdb0865c0d26307c4e5359ec9c615f615 Parents: 610d6f0 Author: Koushik Das <[email protected]> Authored: Fri Jul 11 17:07:06 2014 +0530 Committer: Koushik Das <[email protected]> Committed: Fri Jul 11 17:07:06 2014 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_primary_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5e181acb/test/integration/smoke/test_primary_storage.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_primary_storage.py b/test/integration/smoke/test_primary_storage.py index a723652..66aec59 100644 --- a/test/integration/smoke/test_primary_storage.py +++ b/test/integration/smoke/test_primary_storage.py @@ -144,7 +144,7 @@ class TestPrimaryStorageServices(cloudstackTestCase): return - @attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="true", BugId="7062") + @attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="true") def test_01_primary_storage_iscsi(self): """Test primary storage pools - XEN, KVM, VMWare """
