Spaceman1984 commented on a change in pull request #3748: Systemvm template api
URL: https://github.com/apache/cloudstack/pull/3748#discussion_r373998457
##########
File path: test/integration/smoke/test_templates.py
##########
@@ -735,8 +735,7 @@ def test_03_delete_template(self):
list_template_response = Template.list(
self.apiclient,
- templatefilter=\
- self.services["templatefilter"],
+ templatefilter='selfexecutable',
Review comment:
@DaanHoogland this test needed to be modified because the behaviour of the
"self" filter had to be changed in order to see inactive system VM templates
from the UI, previously if a template was inactive it wouldn't be displayed on
the UI at all. I had a look inside this test_templates.py file and I see no
other way around hardcoding the filter.
----------------------------------------------------------------
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