zephyr/tests/net/socket/tls_configurations
Robert Lubos 4512cbf509 tests: net: sockets: tls_configurations: Use fixture for openssl
Currently, creating and killing openssl process was part of the test. In
result, if the test case failed for whatever reason, the openssl process
would remain open, causing disruptions in consecutive test executions.

Fix that by defining openssl server instance as a pytest fixture. That
way, openssl process will be terminated regardless of the test
result.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-05-15 14:10:05 +02:00
..
credentials
pytest tests: net: sockets: tls_configurations: Use fixture for openssl 2025-05-15 14:10:05 +02:00
src
CMakeLists.txt
Kconfig
overlay-ec.conf
overlay-rsa.conf modules: mbedtls: make key exchange Kconfigs depend on, not select 2025-05-13 22:22:43 -04:00
overlay-tls12.conf
overlay-tls13.conf
prj.conf modules: mbedtls: make key exchange Kconfigs depend on, not select 2025-05-13 22:22:43 -04:00
testcase.yaml