NAT rule creation gives ipaddress as nat_rule.ipaddress

Signed-off-by: Prasanna Santhanam <[email protected]>


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 <[email protected]>
Authored: Tue Jun 18 14:22:26 2013 +0530
Committer: Prasanna Santhanam <[email protected]>
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

Reply via email to