zephyr/tests
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
..
application_development tests: vector_table_relocation: add test for vector table relocation 2025-04-25 11:03:54 +02:00
arch test: Test accumulator register save for RX arch 2025-05-02 09:18:16 +02:00
benchmarks tests: Add benchmark for IPI performance 2025-04-04 21:15:14 +02:00
bluetooth tests: Bluetooth: Audio: Remove dependency on host mocks 2025-05-14 14:10:02 +02:00
boards tests: boards: nrf: comp: Move AIN index to Kconfig 2025-05-13 17:45:18 +02:00
boot tests: boot: mcuboot_data_sharing: Remove boot_info node 2025-04-25 14:03:34 +02:00
bsim Bluetooth: BAP: Add control point cbs to BASS 2025-05-14 14:15:51 +02:00
cmake cmake: yaml: improve escaping of strings with backslashes and quotes 2025-04-10 10:11:47 +02:00
crypto mbedtls: add Kconfig to select the number of key slot in PSA Crypto core 2024-11-26 00:12:56 +01:00
ctest/base tests: Add CTest base harness testing 2025-01-10 04:12:42 +01:00
drivers tests: drivers: pwm: Fix build 2025-05-15 14:09:23 +02:00
integration/kernel Kernel: Integration test 2024-06-19 13:41:06 +02:00
kconfig tests: kconfig: functions: Add min/max functions 2024-08-02 13:41:07 +02:00
kernel test: Skip kernel stack protect test for RX arch 2025-05-02 09:18:16 +02:00
lib posix: implement the XSI_SINGLE_PROCESS Option Group 2025-05-13 22:23:21 -04:00
misc tests: linker: iterable_sections: Test sorting with 5 numeric characters 2025-01-22 10:40:45 +01:00
modules tests: modules: nanopb: Test on Big Endian platform 2024-12-19 15:20:11 +01:00
net tests: net: sockets: tls_configurations: Use fixture for openssl 2025-05-15 14:10:05 +02:00
posix tests: posix: xsi_realtime: add integration platforms to testsuite 2025-05-15 14:09:33 +02:00
robot tests: robot: renode: Use precise pause for UART keywords 2025-04-16 17:07:05 +02:00
subsys tests/llext: Compute linker script option rather than using -Wl,-T 2025-05-12 21:09:44 +02:00
unit Tests: Util: Add unit tests for util_eq/util_memeq 2025-04-14 16:06:38 +02:00
ztest twister: harness_config extended by test retries in testcase.yaml 2025-05-13 03:20:10 +02:00
test_config_ci.yaml twister: config: test on integration plaforms if defined 2025-03-19 08:51:50 -04:00
test_config.yaml
tests.dox tests: kernel/arch: various doxygen fixes 2025-04-22 14:03:29 +02:00