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

[jira] [Created] (CLOUDSTACK-2473) test_vpc_network.py : unresolved reference to vm_3

Prasanna Santhanam created CLOUDSTACK-2473:
----------------------------------------------

             Summary: test_vpc_network.py : unresolved reference to vm_3
                 Key: CLOUDSTACK-2473
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2473
             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
            Priority: Critical
             Fix For: 4.2.0


  self.debug("Checking if we can SSH into VM using NAT rule?")
        try:
            ssh_3 = vm_3.get_ssh_client( <-unresolved reference

                            ipaddress=public_ip_3.ipaddress.ipaddress,
                            reconnect=True,
                            port=self.services["natrule"]["publicport"]
                            )
            self.debug("SSH into VM is successfully")

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