Skip to content

Commit cefd215

Browse files
authored
rename tests (#432)
1 parent 47f2f49 commit cefd215

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}]
108108
description = Run balancer tests
109109
pass_env =
110110
{[testenv]pass_env}

0 commit comments

Comments
 (0)