Spaceman1984 commented on a change in pull request #4207:
URL: https://github.com/apache/cloudstack/pull/4207#discussion_r462964867
##########
File path: test/integration/smoke/test_certauthority_root.py
##########
@@ -16,11 +16,10 @@
# under the License.
from nose.plugins.attrib import attr
-from marvin.cloudstackTestCase import *
-from marvin.cloudstackAPI import *
-from marvin.lib.utils import *
+from marvin.cloudstackTestCase import cloudstackTestCase
+from marvin.lib.utils import cleanup_resources
from marvin.lib.base import *
-from marvin.lib.common import *
+from marvin.lib.common import list_hosts
from cryptography import x509
Review comment:
@borisstoyanov tests were failing when run outside of Travis.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]