You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2013/06/20 03:17:24 UTC

[03/51] [abbrv] git commit: updated refs/heads/object_store to 9aec9c6

NAT rule creation gives ipaddress as nat_rule.ipaddress

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/97eb35c8
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/97eb35c8
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/97eb35c8

Branch: refs/heads/object_store
Commit: 97eb35c82b1a5a638818391d6a1dbdcb2a9e3990
Parents: 882220e
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Tue Jun 18 14:22:26 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Tue Jun 18 15:08:11 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/97eb35c8/test/integration/smoke/test_network.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_network.py b/test/integration/smoke/test_network.py
index a75ffeb..121bda0 100644
--- a/test/integration/smoke/test_network.py
+++ b/test/integration/smoke/test_network.py
@@ -1163,7 +1163,7 @@ class TestRebootRouter(cloudstackTestCase):
             self.debug("SSH into VM (ID : %s ) after reboot" % self.vm_1.id)
 
             remoteSSHClient(
-                                    self.nat_rule.ipaddress.ipaddress,
+                                    self.nat_rule.ipaddress,
                                     self.services["natrule"]["publicport"],
                                     self.vm_1.username,
                                     self.vm_1.password