mirror of https://github.com/apache/cloudstack.git
NAT rule creation gives ipaddress as nat_rule.ipaddress
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
882220e802
commit
97eb35c82b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue