Github user gauravaradhye commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/117#discussion_r27650336
  
    --- Diff: test/integration/testpaths/testpath_storage_migration.py ---
    @@ -479,6 +283,19 @@ def setUpClass(cls):
                 )
                 cls._cleanup.append(cls.disk_offering_cluster1)
     
    +            cls.new_virtual_machine = VirtualMachine.create(
    +                cls.apiclient,
    +                cls.testdata["small"],
    +                templateid=cls.template.id,
    +                accountid=cls.account.name,
    +                domainid=cls.account.domainid,
    +                serviceofferingid=cls.service_offering.id,
    +                zoneid=cls.zone.id,
    +                mode=cls.zone.networktype
    +            )
    +
    +            cls.new_virtual_machine.start(cls.apiclient)
    --- End diff --
    
    Vm is by default in running state as long as we do not pass startvm=False. 
Hence no need to start VM explicitly after deploying.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to