diff --git a/test/integration/component/test_project_usage.py b/test/integration/component/test_project_usage.py index 98311b832ed..cb95d89d996 100644 --- a/test/integration/component/test_project_usage.py +++ b/test/integration/component/test_project_usage.py @@ -109,6 +109,7 @@ class Services: "name": "SSH", "alg": "roundrobin", # Algorithm used for load balancing + "openfirewall":"false", "privateport": 22, "publicport": 2222, }, diff --git a/test/integration/component/test_usage.py b/test/integration/component/test_usage.py index 8b4fdfc7124..3bbef399a3f 100644 --- a/test/integration/component/test_usage.py +++ b/test/integration/component/test_usage.py @@ -104,6 +104,7 @@ class Services: "name": "SSH", "alg": "roundrobin", # Algorithm used for load balancing + "openfirewall":"false", "privateport": 22, "publicport": 2222, },