Skip to content

Commit 06bcf1e

Browse files
committed
tests: net: socket: tls_configurations: Limit to one toolchain
Limit these tests to be built and run with just one toolchain. a) more importantly, each sub-test assumes there is no duplicate of itself running at the same time, as the subtest hardcodes the port being used, and another running in parallel will result in a port collision, and the test failing to start the OpenSLL server. b) there seems to be little practical benefit of re-running all these tests variations with 2 toolchains. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent 2033bbc commit 06bcf1e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/net/socket/tls_configurations/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ common:
66
- native_sim
77
integration_platforms:
88
- native_sim
9+
integration_toolchains:
10+
# Only build/run with gcc so we don't try to run in parallel (in the same port) with clang
11+
- host/gnu
912
harness: pytest
1013
tests:
1114
net.sockets.tls12.psk_kex:

0 commit comments

Comments
 (0)