Repository: cloudstack Updated Branches: refs/heads/4.4-forward dfb59cd6c -> b4cb969d9
CLOUDSTACK-6769 Test case failure in test_iso.py Disableing all the tests in this suite untill issues mentioned in the above ticket are resolved. Signed-off-by: Abhinandan Prateek <aprat...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b4cb969d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b4cb969d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b4cb969d Branch: refs/heads/4.4-forward Commit: b4cb969d9b8162fc588f2e2923f64acf9dc1e487 Parents: dfb59cd Author: Bharat Kumar <bharat.ku...@citrix.com> Authored: Wed Jun 4 18:52:36 2014 +0530 Committer: Abhinandan Prateek <aprat...@apache.org> Committed: Thu Jun 5 09:37:07 2014 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_iso.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b4cb969d/test/integration/smoke/test_iso.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_iso.py b/test/integration/smoke/test_iso.py index a3e42f1..d394c27 100644 --- a/test/integration/smoke/test_iso.py +++ b/test/integration/smoke/test_iso.py @@ -230,7 +230,7 @@ class TestISO(cloudstackTestCase): return - @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "selfservice"]) + @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "selfservice"],BugId="CLOUDSTACK-6769, CLOUDSTACK-6774") def test_02_edit_iso(self): """Test Edit ISO """ @@ -295,7 +295,7 @@ class TestISO(cloudstackTestCase): ) return - @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "selfservice"]) + @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "selfservice"], BugId="CLOUDSTACK-6769, CLOUDSTACK-6774") def test_03_delete_iso(self): """Test delete ISO """ @@ -323,7 +323,7 @@ class TestISO(cloudstackTestCase): ) return - @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "provisioning"]) + @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "provisioning"], BugId="CLOUDSTACK-6769, CLOUDSTACK-6774") def test_04_extract_Iso(self): "Test for extract ISO" @@ -374,7 +374,7 @@ class TestISO(cloudstackTestCase): ) return - @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "selfservice"]) + @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "selfservice"], BugId="CLOUDSTACK-6769, CLOUDSTACK-6774") def test_05_iso_permissions(self): """Update & Test for ISO permissions""" @@ -426,7 +426,7 @@ class TestISO(cloudstackTestCase): ) return - @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "multizone", "provisioning"]) + @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "multizone", "provisioning"], BugId="CLOUDSTACK-6769, CLOUDSTACK-6774") def test_06_copy_iso(self): """Test for copy ISO from one zone to another"""