Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E542111D5 for ; Fri, 11 Jul 2014 11:38:26 +0000 (UTC) Received: (qmail 72702 invoked by uid 500); 11 Jul 2014 11:38:26 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 72670 invoked by uid 500); 11 Jul 2014 11:38:26 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 72661 invoked by uid 99); 11 Jul 2014 11:38:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2014 11:38:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B833D83C0A7; Fri, 11 Jul 2014 11:38:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: koushik@apache.org To: commits@cloudstack.apache.org Message-Id: <2bb17c68a94045f58f8562be9b68de45@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.4-forward to 5e181ac Date: Fri, 11 Jul 2014 11:38:25 +0000 (UTC) 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 Authored: Fri Jul 11 17:07:06 2014 +0530 Committer: Koushik Das 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 """