mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8925 - Add egress dataset to test_data.py
This commit is contained in:
parent
caa0b4071c
commit
334daef78f
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue