tests: posix: add one integration platform per suite
Add one integration platform per testsuite to reduce the number of issues reported by the qa log level introduced in #86571. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
a930faa151
commit
85aebac1c0
13 changed files with 26 additions and 1 deletions
|
@ -7,6 +7,8 @@ common:
|
|||
platform_key:
|
||||
- arch
|
||||
- simulation
|
||||
integration_platforms:
|
||||
- qemu_cortex_a53
|
||||
min_flash: 64
|
||||
min_ram: 32
|
||||
tests:
|
||||
|
|
|
@ -8,6 +8,8 @@ common:
|
|||
platform_key:
|
||||
- arch
|
||||
- simulation
|
||||
integration_platforms:
|
||||
- qemu_cortex_m0
|
||||
min_flash: 64
|
||||
min_ram: 32
|
||||
tests:
|
||||
|
|
|
@ -7,6 +7,8 @@ common:
|
|||
platform_key:
|
||||
- arch
|
||||
- simulation
|
||||
integration_platforms:
|
||||
- qemu_riscv64
|
||||
tests:
|
||||
portability.posix.eventfd: {}
|
||||
portability.posix.eventfd.minimal:
|
||||
|
|
|
@ -13,6 +13,9 @@ common:
|
|||
platform_key:
|
||||
- arch
|
||||
- simulation
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
- qemu_riscv64
|
||||
tests:
|
||||
portability.posix.fs: {}
|
||||
portability.posix.fs.minimal:
|
||||
|
|
|
@ -7,6 +7,8 @@ common:
|
|||
platform_key:
|
||||
- arch
|
||||
- simulation
|
||||
integration_platforms:
|
||||
- qemu_x86_64
|
||||
tests:
|
||||
portability.posix.headers.with_posix_api:
|
||||
extra_configs:
|
||||
|
|
|
@ -5,7 +5,7 @@ common:
|
|||
- iface
|
||||
- net
|
||||
- posix
|
||||
# 1 tier0 platform per supported architecture (dependent on netif support)
|
||||
# dependent on netif support
|
||||
integration_platforms:
|
||||
- mps2/an385
|
||||
- qemu_x86
|
||||
|
|
|
@ -7,6 +7,8 @@ common:
|
|||
platform_key:
|
||||
- arch
|
||||
- simulation
|
||||
integration_platforms:
|
||||
- qemu_riscv64
|
||||
min_flash: 64
|
||||
min_ram: 32
|
||||
tests:
|
||||
|
|
|
@ -7,6 +7,8 @@ common:
|
|||
platform_key:
|
||||
- arch
|
||||
- simulation
|
||||
integration_platforms:
|
||||
- qemu_x86_64
|
||||
min_flash: 64
|
||||
min_ram: 32
|
||||
tests:
|
||||
|
|
|
@ -7,6 +7,8 @@ common:
|
|||
platform_key:
|
||||
- arch
|
||||
- simulation
|
||||
integration_platforms:
|
||||
- qemu_riscv64
|
||||
min_flash: 64
|
||||
min_ram: 32
|
||||
tests:
|
||||
|
|
|
@ -7,6 +7,8 @@ common:
|
|||
platform_key:
|
||||
- arch
|
||||
- simulation
|
||||
integration_platforms:
|
||||
- qemu_riscv64
|
||||
min_flash: 64
|
||||
min_ram: 32
|
||||
tests:
|
||||
|
|
|
@ -7,6 +7,8 @@ common:
|
|||
platform_key:
|
||||
- arch
|
||||
- simulation
|
||||
integration_platforms:
|
||||
- qemu_x86_64
|
||||
min_flash: 64
|
||||
min_ram: 32
|
||||
tests:
|
||||
|
|
|
@ -7,6 +7,8 @@ common:
|
|||
platform_key:
|
||||
- arch
|
||||
- simulation
|
||||
integration_platforms:
|
||||
- qemu_riscv64
|
||||
min_flash: 64
|
||||
min_ram: 32
|
||||
tests:
|
||||
|
|
|
@ -6,6 +6,8 @@ common:
|
|||
platform_key:
|
||||
- arch
|
||||
- simulation
|
||||
integration_platforms:
|
||||
- qemu_riscv64
|
||||
min_flash: 64
|
||||
min_ram: 32
|
||||
tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue