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:
parent
ec3dc8c50a
commit
ed79b1f25e
3 changed files with 10 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue