From 696698090eb2ea548bfc74b802ba7dd01a584b91 Mon Sep 17 00:00:00 2001 From: Chandan Purushothama Date: Wed, 17 Dec 2014 18:22:54 -0800 Subject: [PATCH] CLOUDSTACK-8086: Simulator needs a Portable IP Range to execute Portable IP Test Cases Signed-off-by: SrikanteswaraRao Talluri --- tools/marvin/marvin/config/test_data.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py index 269f46e9098..9add0fa2e76 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -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": "",