CLOUDSTACK-8925 - Add egress dataset to test_data.py

This commit is contained in:
Wilder Rodrigues 2015-11-03 13:58:36 +01:00
parent caa0b4071c
commit 334daef78f

View File

@ -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",