Github user singalrahul commented on the issue: https://github.com/apache/cloudstack/pull/1578 @jburwell We analyze KVM run (as we do most of our testing on KVM :-) )..... On KVM there is only one script fail which is "test_01_create_template" and which fails during deletion of template. In this test case we are just creating template and then list it and then delete it.... All the other test case in this file (test_templates.py) also delete the template and everywhere it pass... like in testcase "test_02_edit_template" and "test_03_delete_template" we are creating the template with the same parameter and then deleting it which is successful.... We doubt it is more related to timing issue, that in "test_01_create_template" it is too fast to delete.... May be when we run it second time it pass as in other test cases same scenario passing
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---