CLOUDSTACK-8069: Fixed test script in test_tags.py Signed-off-by: SrikanteswaraRao Talluri <tall...@apache.org>
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/hotfix/scp-exception Commit: 9c7f50aaac83313d7f3e71ddd5b83a001402d7f7 Parents: 19e9984 Author: Gaurav Aradhye <gaurav.arad...@clogeny.com> Authored: Fri Dec 12 17:00:26 2014 +0530 Committer: SrikanteswaraRao Talluri <tall...@apache.org> 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)