Sheng Yang created CLOUDSTACK-3698:
--------------------------------------
Summary: Automation: VR has been stopped before VM deployment
completed
Key: CLOUDSTACK-3698
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3698
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Automation
Affects Versions: 4.2.0
Reporter: Sheng Yang
Priority: Critical
Fix For: 4.2.0
e.g In test_vpc_network_pfrules.py:
<quote>
vm_1 = self.deployvm_in_network(network_1)
public_ip_1 = self.acquire_publicip(network_1)
router
= self.stop_vpcrouter()
self.create_natrule( vm_1, public_ip_1, network_1)
self.start_vpcrouter(router)
self.check_ssh_into_vm(vm_1, public_ip_1, testnegative=False)
</quote>
vm_1 is still booting up, but router has been stopped, cause vm_1 failed to get
IP address.
Need to find a way to know that VM has completed the deployment, e.g. ssh into
VR then ping the IP of user VM.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira