Repository: cloudstack Updated Branches: refs/heads/master d8c038e5b -> 62c8496d7
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8d4dc812/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 7612989..0a69b04 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -763,6 +763,14 @@ test_data = { "protocol": "TCP", "cidrlist": '0.0.0.0/0', }, + "dns_rule": { + "privateport": 53, + "publicport": 53, + "startport": 53, + "endport": 53, + "protocol": "UDP", + "cidrlist": '0.0.0.0/0', + }, "icmprule": { "icmptype": -1, "icmpcode": -1,
