fmaximus commented on a change in pull request #2743: CLOUDSTACK-10380: Fix
startvm giving another pw after pw reset
URL: https://github.com/apache/cloudstack/pull/2743#discussion_r206068329
##########
File path: test/integration/component/test_configdrive.py
##########
@@ -45,21 +49,17 @@
VirtualMachine,
VPC,
VpcOffering,
- Hypervisor)
+ Hypervisor, Template)
from marvin.lib.common import (get_domain,
get_template,
- get_zone,
- list_templates)
+ get_zone)
from marvin.lib.utils import random_gen
# Import System Modules
from nose.plugins.attrib import attr
from retry import retry
Review comment:
`retries` was added as as install dependency in tools/marvin/setup.py
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services