Many of the automation test cases are not tearing down the account properly; due to this resources are not getting released and followed test cases getting failed during VM deployment itself.
During automation run accounts are created with random number without any reference for test case (eg : test-N5QD8N), and it's hard to identify which test case not tearing down the account after complete the test. Here my suggestion; we should create account name with test case name (eg : test- VPCOffering-N5QD8N) Any thoughts ? Regards, Rayees