Skip to content

Commit 6966980

Browse files
pckreddySrikanteswaraRao Talluri
authored andcommitted
CLOUDSTACK-8086: Simulator needs a Portable IP Range to execute Portable IP Test Cases
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
1 parent 162f61b commit 6966980

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tools/marvin/marvin/config/test_data.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,11 +1442,11 @@
14421442
"configurableData":
14431443
{
14441444
"portableIpRange": {
1445-
"gateway": "",
1446-
"netmask": "",
1447-
"startip": "",
1448-
"endip": "",
1449-
"vlan": ""
1445+
"gateway": "10.223.59.1",
1446+
"netmask": "255.255.255.0",
1447+
"startip": "10.223.59.200",
1448+
"endip": "10.223.59.240",
1449+
"vlan": "1000"
14501450
},
14511451
"netscaler": {
14521452
"ipaddress": "",

0 commit comments

Comments
 (0)