mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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…
x
Reference in New Issue
Block a user