> On Sept. 18, 2013, 4:04 a.m., Prasanna Santhanam wrote:
> > master, 4.2-forward
In this code, piece of code executing in a loop this need be fixed
578 while True:
579 vms = VirtualMachine.list(
580 self.apiclient,
581 account=self.account.name,
582 domainid=self.account.domainid,
583 listall=True
584 )
585 if vms[0].state == "Running":
586 break
587 self.debug("Vm not in Running state sleep 60s")
588 time.sleep(60)
defect https://issues.apache.org/jira/browse/CLOUDSTACK-4766 created
- Rayees
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12545/#review26204
-----------------------------------------------------------
On Sept. 14, 2013, 7:46 a.m., Girish Shilamkar wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12545/
> -----------------------------------------------------------
>
> (Updated Sept. 14, 2013, 7:46 a.m.)
>
>
> Review request for cloudstack, Harikrishna Patnala and Prasanna Santhanam.
>
>
> Bugs: CLOUDSTACK-1800
>
>
> Repository: cloudstack-git
>
>
> Description
> -------
>
> CLOUDSTACK-1800: Add automation tests for reset sshkey to access VM
>
>
> Diffs
> -----
>
> test/integration/component/test_reset_ssh_keypair.py PRE-CREATION
>
> Diff: https://reviews.apache.org/r/12545/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Girish Shilamkar
>
>