tests: use namespacing in extra_configs and drop duplicated scenarios

Use namespacing with extra_configs in some tests and remove duplicated
scenarios the were made arch or platform specifc.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-01-11 23:52:31 +00:00 committed by Carles Cufí
commit ed79b1f25e
3 changed files with 10 additions and 31 deletions

View file

@ -5,11 +5,7 @@ common:
timeout: 400
tests:
crypto.mbedtls:
arch_exclude: riscv64
platform_exclude: m2gl025_miv
extra_configs:
- CONFIG_PICOLIBC_HEAP_SIZE=0
crypto.mbedtls.riscv64:
arch_allow: riscv64
extra_configs:
- CONFIG_ZTEST_STACK_SIZE=8192
- arch:riscv64:CONFIG_ZTEST_STACK_SIZE=8192