mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
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
162f61b73f
commit
696698090e
@ -1442,11 +1442,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…
x
Reference in New Issue
Block a user