tests/samples: enable for integration testing
Limit execution in CI when using --integration option of sanitycheck. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
3335767cd8
commit
eee3ffc7b9
15 changed files with 40 additions and 6 deletions
|
@ -6,3 +6,5 @@ tests:
|
|||
filter: dt_compat_enabled_with_alias("gpio-leds", "led0")
|
||||
depends_on: gpio
|
||||
harness: led
|
||||
integration_platforms:
|
||||
- frdm_k64f
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
tests:
|
||||
crypto.mbedtls:
|
||||
filter: not CONFIG_DEBUG
|
||||
min_flash: 65
|
||||
min_ram: 36
|
||||
tags: crypto mbedtls userspace
|
||||
|
|
|
@ -3,4 +3,5 @@ tests:
|
|||
tags: devicetree
|
||||
# We only need this to run on one platform so use native_posix as it
|
||||
# will mostly likely be the fastest.
|
||||
platform_whitelist: native_posix
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
|
|
|
@ -3,4 +3,5 @@ tests:
|
|||
tags: devicetree
|
||||
# We only need this to run on one platform so use native_posix as it
|
||||
# will mostly likely be the fastest.
|
||||
platform_whitelist: native_posix
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
tests:
|
||||
libraries.os.fdtable:
|
||||
tags: fdtable
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
|
|
|
@ -3,3 +3,5 @@ tests:
|
|||
filter: not CONFIG_NEWLIB_LIBC
|
||||
min_flash: 34
|
||||
tags: json
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
tests:
|
||||
libraries.data_structures:
|
||||
tags: notify
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
tests:
|
||||
libraries.onoff:
|
||||
tags: onoff timer
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
tests:
|
||||
libraries.data_structures:
|
||||
tags: ring_buffer circular_buffer
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
|
|
|
@ -2,3 +2,6 @@ tests:
|
|||
libraries.libc.sprintf:
|
||||
filter: not CONFIG_SOC_MCIMX7_M4
|
||||
tags: libc
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
|
|
|
@ -3,15 +3,20 @@ tests:
|
|||
build_only: true
|
||||
extra_args: CONF_FILE=debug.conf
|
||||
tags: debug
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
bootloader.mcuboot.build:
|
||||
tags: mcuboot
|
||||
build_only: true
|
||||
platform_whitelist: nrf51dk_nrf51422 nrf52dk_nrf52832
|
||||
extra_configs:
|
||||
- CONFIG_BOOTLOADER_MCUBOOT=y
|
||||
integration_platforms:
|
||||
- nrf51dk_nrf51422
|
||||
- nrf52dk_nrf52832
|
||||
buildsystem.kconfig.utf8_in_values:
|
||||
build_only: true
|
||||
tags: kconfig
|
||||
platform_whitelist: native_posix
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
extra_configs:
|
||||
- CONFIG_KERNEL_BIN_NAME="A_kconfig_value_with_a_utf8_char_in_it_Bøe_"
|
||||
|
|
|
@ -4,3 +4,5 @@ tests:
|
|||
min_flash: 72
|
||||
timeout: 120
|
||||
tags: jwt
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
|
|
|
@ -5,9 +5,15 @@ tests:
|
|||
testing.ztest.verbose_0:
|
||||
extra_args: CONF_FILE=prj_verbose_0.conf
|
||||
tags: test_framework
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
testing.ztest.verbose_1:
|
||||
extra_args: CONF_FILE=prj_verbose_1.conf
|
||||
tags: test_framework
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
testing.ztest.verbose_2:
|
||||
extra_args: CONF_FILE=prj_verbose_2.conf
|
||||
tags: test_framework
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
tests:
|
||||
testing.ztest.regular_output:
|
||||
tags: test_framework
|
||||
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
testing.ztest.customized_output:
|
||||
extra_args: CONF_FILE=prj_customized_output.conf
|
||||
tags: test_framework
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
|
|
|
@ -2,6 +2,8 @@ tests:
|
|||
testing.ztest.mock:
|
||||
arch_exclude: arm
|
||||
tags: test_framework
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
testing.ztest.unit:
|
||||
tags: test_framework
|
||||
type: unit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue