Prasanna Santhanam created CLOUDSTACK-2474:
----------------------------------------------
Summary: test_vpc_routers: unreachable code in test. returns midway
Key: CLOUDSTACK-2474
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2474
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Test
Affects Versions: 4.2.0
Reporter: Prasanna Santhanam
Fix For: 4.2.0
Probably a merge issue.
self.assertEqual(
network.name,
vpc_networks[0].name,
"Name of the VPC network should match with listVPC data"
)
if state:
self.assertEqual(
vpc_networks[0].state,
state,
"VPC state should be '%s'" % state
)
self.debug("VPC network validated - %s" % network.name)
return <-- mid return
try:
ssh_1 = self.vm_1.get_ssh_client(
ipaddress=self.public_ip_1.ipaddress.ipaddress)
self.debug("SSH into VM is successfully")
self.debug("Verifying if we can ping to outside world from 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