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.
This commit is contained in:
Hanno Becker 2019-09-02 14:35:23 +01:00
parent 69c6cde728
commit 8b3408f1a8

View File

@ -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