1common: 2 # For twister runs, only logging backends with in hexidecimal format 3 # are supported. Currently, only UART logging backend does that. 4 # So platform_allow list needs to limit to those platforms. 5 platform_allow: 6 - mps2/an385 7 - qemu_cortex_a53 8 - qemu_riscv32 9 - qemu_riscv64 10 - qemu_x86 11 - qemu_x86_64 12 integration_platforms: 13 - qemu_x86 14 - qemu_x86_64 15tests: 16 logging.dictionary: 17 tags: logging 18 harness: pytest 19 harness_config: 20 pytest_root: 21 - "pytest/test_logging_dictionary.py" 22 logging.dictionary.fpu: 23 tags: logging 24 filter: CONFIG_CPU_HAS_FPU 25 extra_configs: 26 - CONFIG_FPU=y 27 harness: pytest 28 harness_config: 29 pytest_root: 30 - "pytest/test_logging_dictionary.py" 31 pytest_args: 32 - "--fpu" 33