commit | bedfb00d02c72bd52e058a1e09c9717a90c3375b | [log] [tgz] |
---|---|---|
author | Thomas Stranger <thomas.stranger@outlook.com> | Wed Jul 14 15:33:01 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Jul 23 16:25:27 2021 -0400 |
tree | 9c87e55a2423dcd7665fe61df1f63736e5a3c7ab | |
parent | 091df2b598667ea4207753c2b5a69c21bc0cd6f9 [diff] |
samples: crypto: change config to run test sample.drivers.crypto.stm32 The test sample.drivers.crypto.stm32 was built only for the stm32 crypto driver (build_only: true). This commit changes the configuration to run the test and adds regex for the supported modes. Additionally integration_platform native_posix is removed from the crypto.stm32 test configuration, such that stm32 targets built in CI. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>