Skip to content

Commit 052d6e2

Browse files
author
Prasanna Santhanam
committed
CLOUDSTACK-3926: Add isportable=True explicitly
Signed-off-by: Prasanna Santhanam <[email protected]>
1 parent 536fd0e commit 052d6e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/integration/smoke/test_portable_publicip.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ def __init__(self):
6969
"displaytext": "Test Network",
7070
},
7171
"ostype": 'CentOS 5.3 (64-bit)',
72-
"gateway" : "10.1.1.1",
72+
"gateway" : "172.1.1.1",
7373
"netmask" : "255.255.255.0",
74-
"startip" : "10.1.1.10",
75-
"endip" : "10.1.1.20",
74+
"startip" : "172.1.1.10",
75+
"endip" : "172.1.1.20",
7676
"regionid" : "1",
7777
"vlan" :"10",
7878
"isportable" : "true",
@@ -230,7 +230,7 @@ def test_createPortablePublicIPAcquire(self):
230230
)
231231

232232
ip_address = PublicIPAddress.create(self.api_client, self.account.name,
233-
self.zone.id, self.account.domainid, True)
233+
self.zone.id, self.account.domainid, isportable=True)
234234

235235
ip_address.delete(self.api_client)
236236
self.portable_ip_range.delete(self.apiclient)

0 commit comments

Comments
 (0)