had another look at the code, I think the problem is in that 'if' hypervisor check, see at the end of it there's a return, which will end the execution of this method and that's why we don't get the cleanup defined. See the issue is that instead of return we should have skip(), which will 'cancel' the test execution as it is. let me help with that
[ Full content available at: https://github.com/apache/cloudstack/pull/2869 ] This message was relayed via gitbox.apache.org for [email protected]
