zephyr/tests/crypto/tinycrypt/testcase.yaml
Eugeniy Paltsev 18081e7f11 tests: tinycrypt: disable for ARC QEMU platforms
Even though ARC QEMU has received advanced multiplication
instructions support recently the ARC QEMU in the latest
Zephyr SDK still misses them, so tinycrypt may execute
too long and reach timeout in case of execution on
slow host.

Disable tinycrypt for ARC QEMU platforms till we update
ARC QEMU in Zephyr SDK.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
2021-02-15 08:11:19 -05:00

8 lines
173 B
YAML

tests:
crypto.tinycrypt:
tags: tinycrypt crypto aes ccm
platform_exclude: qemu_arc_em qemu_arc_hs
timeout: 300
integration_platforms:
- native_posix