You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2013/06/10 19:27:06 UTC

[12/50] [abbrv] git commit: updated refs/heads/disk_io_throttling to 8b8a0d3

Log the actual NAT ip attempting to SSH into

VM IP is the guest IP and it's the NAT ip that is used for ssh.

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/302741d3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/302741d3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/302741d3

Branch: refs/heads/disk_io_throttling
Commit: 302741d309f335c1f8c3a36286bec513fd9ed2f4
Parents: 1c9cd9d
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Fri Jun 7 15:02:55 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Fri Jun 7 15:02:55 2013 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_network.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/302741d3/test/integration/smoke/test_network.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_network.py b/test/integration/smoke/test_network.py
index eb33c63..a65748d 100644
--- a/test/integration/smoke/test_network.py
+++ b/test/integration/smoke/test_network.py
@@ -1209,7 +1209,7 @@ class TestRebootRouter(cloudstackTestCase):
         except Exception as e:
             self.fail(
                       "SSH Access failed for %s: %s" % \
-                      (self.vm_1.ipaddress, e))
+                      (self.nat_rule.ipaddress.ipaddress, e))
         return
 
     def tearDown(self):