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 A1AC5F206 for ; Fri, 12 Dec 2014 13:33:21 +0000 (UTC) Received: (qmail 46464 invoked by uid 500); 12 Dec 2014 13:33:21 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 46436 invoked by uid 500); 12 Dec 2014 13:33:21 -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 46427 invoked by uid 99); 12 Dec 2014 13:33:21 -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, 12 Dec 2014 13:33:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3DD44A29365; Fri, 12 Dec 2014 13:33:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: talluri@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 9c7f50a Date: Fri, 12 Dec 2014 13:33:21 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/master 19e99848c -> 9c7f50aaa CLOUDSTACK-8069: Fixed test script in test_tags.py Signed-off-by: SrikanteswaraRao Talluri Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9c7f50aa Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9c7f50aa Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9c7f50aa Branch: refs/heads/master Commit: 9c7f50aaac83313d7f3e71ddd5b83a001402d7f7 Parents: 19e9984 Author: Gaurav Aradhye Authored: Fri Dec 12 17:00:26 2014 +0530 Committer: SrikanteswaraRao Talluri Committed: Fri Dec 12 19:03:08 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9c7f50aa/test/integration/component/test_tags.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_tags.py b/test/integration/component/test_tags.py index 2a31ba3..2b05fbb 100644 --- a/test/integration/component/test_tags.py +++ b/test/integration/component/test_tags.py @@ -1713,7 +1713,7 @@ class TestResourceTags(cloudstackTestCase): self.apiclient, listall=True, resourceType='project', - projectid=project.id, + resourceIds=project.id, key='region', ) self.debug("tags = %s" % tags)