ustcweizhou commented on issue #3377: project tags test fails in all travis runs URL: https://github.com/apache/cloudstack/issues/3377#issuecomment-499056300 @DaanHoogland in test_tags.py, projectid needs to be added. ``` diff --git a/test/integration/component/test_tags.py b/test/integration/component/test_tags.py index 9180e7b..be4c6e2 100644 --- a/test/integration/component/test_tags.py +++ b/test/integration/component/test_tags.py @@ -1756,6 +1756,7 @@ class TestResourceTags(cloudstackTestCase): listall=True, resourceType='project', resourceIds=project.id, + projectid=project.id, key=tag_key, ) self.debug("tags = %s" % tags) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
