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

    https://github.com/apache/cloudstack/pull/1813#discussion_r108862410
  
    --- Diff: test/integration/smoke/test_deploy_vm_root_resize.py ---
    @@ -114,36 +134,46 @@ def test_00_deploy_vm_root_resize(self):
             # 2. root disk has new size per listVolumes
             # 3. Rejects non-supported hypervisor types
             """
    -        if(self.hypervisor.lower() == 'kvm'):
    -            newrootsize = (self.template.size >> 30) + 2
    -            self.virtual_machine = VirtualMachine.create(
    -                self.apiclient,
    -                self.testdata["virtual_machine"],
    -                accountid=self.account.name,
    -                zoneid=self.zone.id,
    -                domainid=self.account.domainid,
    -                serviceofferingid=self.service_offering.id,
    -                templateid=self.template.id,
    -                rootdisksize=newrootsize
    +
    +
    +        newrootsize = (self.template.size >> 30) + 2
    +        if(self.hypervisor.lower() == 'kvm' or self.hypervisor.lower() ==
    +            'xenserver'or self.hypervisor.lower() == 'vmware'  ):
    +
    +            if self.hypervisor=="vmware":
    +                self.virtual_machine = VirtualMachine.create(
    +                        self.apiclient, self.services["virtual_machine"],
    +                        zoneid=self.zone.id,
    +                        accountid=self.account.name,
    +                        domainid=self.domain.id,
    +                        serviceofferingid=self.services_offering_vmware.id,
    +                        templateid=self.template.id
    +                    )
    +
    --- End diff --
    
    sorry thats my  bad  will add the missing parameter and will post results.
    if condition is added to address vm deployment in right  storage pool.


---
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