Repository: cloudstack Updated Branches: refs/heads/4.5 f92fa4257 -> 3609f6044
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3609f604/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 ffc3518..9848616 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -304,9 +304,13 @@ test_data = { "lbdevicecapacity": 2, "port": 22 }, - "network_without_acl": { - "name": "TestNetwork", - "displaytext": "TestNetwork", + "netscaler_network": { + "name": "Netscaler", + "displaytext": "Netscaler", + }, + "network_without_acl": { + "name": "TestNetwork", + "displaytext": "TestNetwork", }, "virtual_machine": { "displayname": "Test VM",
