Commit 06bcf1e
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
0 commit comments