From 8b3408f1a87e63b7a99f2d40908b2e9aec5f3e86 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 2 Sep 2019 14:35:23 +0100 Subject: [PATCH] TinyCrypt Test: Run ssl-opt.sh without restrictions Previously, the TinyCrypt component in all.sh restricted the ssl-opt.sh to the 'Default, DTLS' test, due to implicit dependencies on Secp384r1. These dependencies are now explicit and ssl-opt.sh skips corresponding tests accordingly, so we can introduce a full run of ssl-opt.sh into the TinyCrypt test in all.sh. --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 34ca5a5bf..a906c8c93 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1428,7 +1428,7 @@ component_test_default_tinycrypt_without_legacy_ecc () { msg "test: default config with tinycrypt enabled and legacy ECC disabled" make test - if_build_succeeded tests/ssl-opt.sh -f "^Default, DTLS$" + if_build_succeeded tests/ssl-opt.sh export SRV_ECDSA_CRT=data_files/server11.crt.pem export SRV_ECDSA_KEY=data_files/server11.key.pem