mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
In several of the list_acl_tests, the tests run for simulator only where in the (class) setup domains and accounts are created for the test. When the tests end the (class) teardown methods would delete and remove these resources. Due to dependence of one of the resources on the other, domain2 on domain1, domain2 needs to be removed/cleaned up before domain1. Due to this issue, several Travis test runs have failed in the past such as: https://travis-ci.org/apache/cloudstack/jobs/152610967 https://travis-ci.org/apache/cloudstack/jobs/152610968 Changing the order of cleanup fixes the tests. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>