mbedtls/tests
Manuel Pégourié-Gonnard aeda1fd0a8 Use P_CLI when O_CLI's status is not reliable
Generally speaking, in this group of test we use O_SRV when testing our
client's behaviour, and O_CLI when testing our server's behaviour. I
don't think that's essential, but why not.

Well, for these two tests there's a reason why not: O_CLI often exits 0,
seemingly not minding that the server aborted the handshake with a fatal
alert, but sometimes it exits 1. (I've observed 0 on my machine, on two
runs of OpenCI and Internal CI, and 1 in some test in one run of
Internal CI.)

So, use our client instead, which exits non-zero consistently.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2024-08-16 17:24:26 +01:00
..
.jenkins
configs
docker/bionic
git-scripts
include Merge pull request #9364 from eleuzi01/replace-ccm 2024-08-07 08:18:52 +00:00
opt-testcases
psa-client-server Merge pull request #9427 from valeriosetti/psasim-small-fixes 2024-08-07 13:13:46 +00:00
scripts Resolved merge conflicts caused by file moved in #8226 2024-08-08 14:11:53 +01:00
src Update generated PSA wrappers 2024-08-05 15:52:37 +02:00
suites Replace MBEDTLS_SSL_HAVE_CCM with PSA_WANT_ALG_CCM 2024-08-05 15:40:00 +01:00
.gitignore
CMakeLists.txt
compat-in-docker.sh
compat.sh
context-info.sh
Descriptions.txt
make-in-docker.sh
Makefile
ssl-opt-in-docker.sh
ssl-opt.sh Use P_CLI when O_CLI's status is not reliable 2024-08-16 17:24:26 +01:00