From 334daef78f47b59de267ab7025302d32e0c6e87b Mon Sep 17 00:00:00 2001 From: Wilder Rodrigues Date: Tue, 3 Nov 2015 13:58:36 +0100 Subject: [PATCH] CLOUDSTACK-8925 - Add egress dataset to test_data.py --- tools/marvin/marvin/config/test_data.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py index b7d2781e19d..3d4745d0cd4 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -715,6 +715,12 @@ test_data = { "publicport": 22, "protocol": "TCP" }, + "egress_80": { + "startport": 80, + "endport": 80, + "protocol": "TCP", + "cidrlist": ["0.0.0.0/0"] + }, "lbrule": { "name": "SSH", "alg": "roundrobin",