Skip to content

Commit d498002

Browse files
committed
fix linter and enexisted var
1 parent 318522e commit d498002

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/tests/library/harness/kikimr_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def __init__(
179179
self._pdisks_info = []
180180
if self.__grpc_ssl_enable:
181181
self.__grpc_tls_data_path = grpc_tls_data_path or yatest.common.output_path()
182+
cert_pem, key_pem = tls_tools.generate_selfsigned_cert(_get_fqdn())
182183
self.__grpc_tls_ca = cert_pem
183184
self.__grpc_tls_key = key_pem
184185
self.__grpc_tls_cert = cert_pem
@@ -437,7 +438,7 @@ def __init__(
437438
kafka_proxy_config["listening_port"] = kafka_api_port
438439

439440
self.yaml_config["kafka_proxy_config"] = kafka_proxy_config
440-
441+
441442
self.full_config = dict()
442443
if metadata_section:
443444
self.full_config["metadata"] = metadata_section

0 commit comments

Comments
 (0)