Repository: cloudstack Updated Branches: refs/heads/4.4-forward 09abcf354 -> a28d65fc4
CLOUDSTACK-7026 mark the test_01_primary_storage_iscsi as test that requires hardware Signed-off-by: Abhinandan Prateek <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a28d65fc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a28d65fc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a28d65fc Branch: refs/heads/4.4-forward Commit: a28d65fc4a535b85d3f04e7f2dcccf6ec8092c8f Parents: 09abcf3 Author: Bharat Kumar <[email protected]> Authored: Tue Jul 1 11:22:14 2014 +0530 Committer: Abhinandan Prateek <[email protected]> Committed: Wed Jul 2 14:21:37 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/a28d65fc/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..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="false") + @attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="true") def test_01_primary_storage_iscsi(self): """Test primary storage pools - XEN, KVM, VMWare """
