CLOUDSTACK-8086: Simulator needs a Portable IP Range to execute Portable IP Test Cases
Signed-off-by: SrikanteswaraRao Talluri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/69669809 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/69669809 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/69669809 Branch: refs/heads/master Commit: 696698090eb2ea548bfc74b802ba7dd01a584b91 Parents: 162f61b Author: Chandan Purushothama <[email protected]> Authored: Wed Dec 17 18:22:54 2014 -0800 Committer: SrikanteswaraRao Talluri <[email protected]> Committed: Fri Dec 19 10:19:18 2014 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/config/test_data.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/69669809/tools/marvin/marvin/config/test_data.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py index 269f46e..9add0fa 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": "",
