mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8086: Simulator needs a Portable IP Range to execute Portable IP Test Cases
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
d88126988b
commit
f2c7ead8ee
|
|
@ -1434,11 +1434,11 @@ test_data = {
|
|||
"configurableData":
|
||||
{
|
||||
"portableIpRange": {
|
||||
"gateway": "",
|
||||
"netmask": "",
|
||||
"startip": "",
|
||||
"endip": "",
|
||||
"vlan": ""
|
||||
"gateway": "10.223.59.1",
|
||||
"netmask": "255.255.255.0",
|
||||
"startip": "10.223.59.200",
|
||||
"endip": "10.223.59.240",
|
||||
"vlan": "1000"
|
||||
},
|
||||
"netscaler": {
|
||||
"ipaddress": "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue