Repository: cloudstack Updated Branches: refs/heads/master ce5061e10 -> 8c61566d6
CLOUDSTACK-7062: Tagging test case with bug Id Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8c61566d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8c61566d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8c61566d Branch: refs/heads/master Commit: 8c61566d612700f79b26e4e074502274cd676dcb Parents: ce5061e Author: Gaurav Aradhye <[email protected]> Authored: Thu Jul 3 17:47:07 2014 +0530 Committer: Girish Shilamkar <[email protected]> Committed: Thu Jul 3 18:00:02 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/8c61566d/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 0312ad6..2394239 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="false") + @attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false", BugId="7062") def test_01_primary_storage_iscsi(self): """Test primary storage pools - XEN, KVM, VMWare """
