vishesh92 commented on PR #7752: URL: https://github.com/apache/cloudstack/pull/7752#issuecomment-1829621197
Not sure but probably because of the below line: ```python from marvin.cloudstackTestCase import * ``` Changing it to below might fix it. ```python from marvin.cloudstackTestCase import cloudstackTestCase ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
