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 D63D017465 for ; Fri, 20 Feb 2015 15:12:06 +0000 (UTC) Received: (qmail 58220 invoked by uid 500); 20 Feb 2015 15:12:06 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 58185 invoked by uid 500); 20 Feb 2015 15:12:06 -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 58172 invoked by uid 99); 20 Feb 2015 15:12:06 -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; Fri, 20 Feb 2015 15:12:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9219BE03EE; Fri, 20 Feb 2015 15:12:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dahn@apache.org To: commits@cloudstack.apache.org Date: Fri, 20 Feb 2015 15:12:06 -0000 Message-Id: <2b7a7e508de8412f8f9c5e559214610f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: updated refs/heads/master to 0e31366 Repository: cloudstack Updated Branches: refs/heads/master 53bae0080 -> 0e31366a3 test fails unexplicalby while functionality is ok Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d64672ae Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d64672ae Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d64672ae Branch: refs/heads/master Commit: d64672aeb7d522f0ac10ee70bd9b45e4af20a996 Parents: db9a4f3 Author: Daan Hoogland Authored: Fri Feb 20 14:11:04 2015 +0100 Committer: Daan Hoogland Committed: Fri Feb 20 14:24:45 2015 +0100 ---------------------------------------------------------------------- test/integration/smoke/test_regions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d64672ae/test/integration/smoke/test_regions.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_regions.py b/test/integration/smoke/test_regions.py index 7b0dec3..f8e792d 100644 --- a/test/integration/smoke/test_regions.py +++ b/test/integration/smoke/test_regions.py @@ -35,7 +35,7 @@ class TestRegions(cloudstackTestCase): cls.domain = get_domain(cls.apiclient) cls.cleanup = [] - @attr(tags=["basic", "advanced"], required_hardware="false") + @attr(tags=["basic", "advanced"], required_hardware="true") def test_createRegion(self): """ Test for create region """