You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Girish Shilamkar (JIRA)" <ji...@apache.org> on 2013/05/21 16:01:18 UTC

[jira] [Resolved] (CLOUDSTACK-2474) test_vpc_routers: unreachable code in test. returns midway

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Girish Shilamkar resolved CLOUDSTACK-2474.
------------------------------------------

    Resolution: Fixed
    
> 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
>            Assignee: Girish Shilamkar
>             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