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 CA61D185BE for ; Thu, 28 Apr 2016 20:04:08 +0000 (UTC) Received: (qmail 8789 invoked by uid 500); 28 Apr 2016 20:04:08 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 8686 invoked by uid 500); 28 Apr 2016 20:04:08 -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 8245 invoked by uid 99); 28 Apr 2016 20:04:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2016 20:04:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2924FE0103; Thu, 28 Apr 2016 20:04:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: swill@apache.org To: commits@cloudstack.apache.org Date: Thu, 28 Apr 2016 20:04:11 -0000 Message-Id: <04adda7d0943403fbf3f342e3a7e927a@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/7] git commit: updated refs/heads/4.8 to d11194a Added required_hardware="false" attr above test_02_root_volume_attach_detach Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/760ad0e2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/760ad0e2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/760ad0e2 Branch: refs/heads/4.8 Commit: 760ad0e265c99200c5a54c154ec54bd871ef634c Parents: ec7a86b Author: David Mabry Authored: Wed Apr 20 08:32:42 2016 -0500 Committer: David Mabry Committed: Wed Apr 20 08:32:42 2016 -0500 ---------------------------------------------------------------------- test/integration/component/test_volumes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/760ad0e2/test/integration/component/test_volumes.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_volumes.py b/test/integration/component/test_volumes.py index 1b1773c..0d18ef3 100644 --- a/test/integration/component/test_volumes.py +++ b/test/integration/component/test_volumes.py @@ -606,7 +606,7 @@ class TestAttachDetachVolume(cloudstackTestCase): self.fail("Exception occurred: %s" % e) return - @attr(tags=["advanced", "advancedns"]) + @attr(tags=["advanced", "advancedns"], required_hardware="false") def test_02_root_volume_attach_detach(self): """Test Root Volume attach/detach to VM """