Skip to content

Commit 399468e

Browse files
committed
migrate helpers & basic int. tests
1 parent cefd215 commit 399468e

File tree

5 files changed

+806
-344
lines changed

5 files changed

+806
-344
lines changed

tests/integration/helpers/__init__.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@
1919
DUMMY_NAME = "app"
2020
REL_NAME_ADMIN = "kafka-client-admin"
2121
REL_NAME_PRODUCER = "kafka-client-producer"
22-
AUTH_SECRET_CONFIG_KEY = "system-users"
2322
TEST_DEFAULT_MESSAGES = 15
24-
TEST_SECRET_NAME = "auth"
23+
24+
AUTH_SECRET_NAME = "auth"
25+
AUTH_SECRET_CONFIG_KEY = "system-users"
26+
27+
TLS_SECRET_NAME = "tls-pk"
28+
TLS_SECRET_CONFIG_KEY = "tls-private-key"
2529

2630

2731
KRaftMode = Literal["single", "multi"]

0 commit comments

Comments
 (0)