File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ jobs:
129129 - integration-tls
130130 - integration-refresh
131131 - integration-tls-complex
132- - integration-balancer-single
133- - integration-balancer-multi
132+ - integration-balancer-broker
133+ - integration-balancer-controller
134134 - integration-kraft
135135 - integration-kraft-tls
136136 - integration-ha
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ set_env =
3232 ha: TEST_FILE =ha/test_ha.py
3333 ha-controller: TEST_FILE =ha/test_ha_controller.py
3434 kraft: TEST_FILE =test_kraft.py
35- balancer-single : DEPLOYMENT =single
36- balancer-multi : DEPLOYMENT =multi
35+ balancer-broker : DEPLOYMENT =single
36+ balancer-controller : DEPLOYMENT =multi
3737 kraft-tls: TEST_FILE =test_kraft.py
3838 kraft-tls: TLS =enabled
3939 spaces: TEST_FILE =test_spaces.py
@@ -104,7 +104,7 @@ commands =
104104 poetry install --with integration
105105 poetry run pytest -vv --tb native --log-cli-level =INFO -s {posargs} {[vars]tests_path}/integration/{env:TEST_FILE}
106106
107- [testenv:integration-balancer-{single,multi }]
107+ [testenv:integration-balancer-{broker,controller }]
108108description = Run balancer tests
109109pass_env =
110110 {[testenv]pass_env}
You can’t perform that action at this time.
0 commit comments