The seasonal overhaul of test identifiers aligning the terms being used and creating a structure. This is hopefully the last time we do this, plan is to document the identifiers and enforce syntax. The end-goal is to be able to generate a testsuite description from the existing tests and sync it frequently with the testsuite in Testrail. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
22 lines
515 B
YAML
22 lines
515 B
YAML
tests:
|
|
kernel.float.fp_sharing:
|
|
extra_args: PI_NUM_ITERATIONS=70000
|
|
filter: CONFIG_ARMV7_M_ARMV8_M_FP
|
|
slow: true
|
|
tags: kernel
|
|
timeout: 600
|
|
min_ram: 16
|
|
kernel.float.fp_sharing.x86:
|
|
extra_args: CONF_FILE=prj_x86.conf
|
|
platform_whitelist: qemu_x86
|
|
slow: true
|
|
tags: kernel
|
|
timeout: 600
|
|
kernel.float.fp_sharing.arc:
|
|
extra_args: PI_NUM_ITERATIONS=500
|
|
filter: CONFIG_CPU_ARCV2 and CONFIG_CPU_HAS_FPU
|
|
slow: true
|
|
tags: kernel
|
|
timeout: 600
|
|
min_ram: 16
|