Github user serg38 commented on the pull request:
https://github.com/apache/cloudstack/pull/1497#issuecomment-218480013
The issue that it couldn't find a snaphsot because it is already cleaned by
account cleanup.
+ cls._cleanup = [
+ cls.disk_offering,
+ cls.account,
+ cls.service_offering,
+ cls.snapshot_1,
+ cls.snapshot_2,
+ cls.snapshot_3
+ ]
+
Snapshot cleanup can be safely removed since account cleanup will remove
them automatically.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---