diff --git a/samples/boards/intel_adsp/code_relocation/sample.yaml b/samples/boards/intel_adsp/code_relocation/sample.yaml index 14ceae120ec..5fab5d98767 100644 --- a/samples/boards/intel_adsp/code_relocation/sample.yaml +++ b/samples/boards/intel_adsp/code_relocation/sample.yaml @@ -3,5 +3,5 @@ sample: name: cavs_code_reloc tests: sample.intel_adsp.code_relocation: - platform_allow: intel_adsp_cavs18 intel_adsp_cavs25 + platform_allow: intel_adsp_cavs25 tags: linker diff --git a/samples/net/sockets/dumb_http_server/sample.yaml b/samples/net/sockets/dumb_http_server/sample.yaml index e8d7dbf547d..5a870320626 100644 --- a/samples/net/sockets/dumb_http_server/sample.yaml +++ b/samples/net/sockets/dumb_http_server/sample.yaml @@ -7,7 +7,7 @@ common: min_ram: 32 min_flash: 96 tags: net socket - platform_exclude: intel_adsp_cavs15 intel_adsp_cavs25 + platform_exclude: intel_adsp_cavs25 tests: sample.net.sockets.dumb_http_server: extra_configs: diff --git a/samples/net/sockets/websocket_client/sample.yaml b/samples/net/sockets/websocket_client/sample.yaml index 6506ec16302..bfa1f81c204 100644 --- a/samples/net/sockets/websocket_client/sample.yaml +++ b/samples/net/sockets/websocket_client/sample.yaml @@ -7,5 +7,5 @@ sample: name: websocket_client tests: sample.net.sockets.websocket_client: - platform_exclude: intel_adsp_cavs15 intel_adsp_cavs25 + platform_exclude: intel_adsp_cavs25 harness: net diff --git a/samples/posix/eventfd/sample.yaml b/samples/posix/eventfd/sample.yaml index f5de2fd7462..d1384095ae8 100644 --- a/samples/posix/eventfd/sample.yaml +++ b/samples/posix/eventfd/sample.yaml @@ -4,7 +4,7 @@ sample: common: filter: TOOLCHAIN_HAS_NEWLIB == 1 tags: posix - platform_exclude: m2gl025_miv intel_adsp_cavs15 + platform_exclude: m2gl025_miv integration_platforms: - mps2_an385 tests: diff --git a/samples/userspace/hello_world_user/sample.yaml b/samples/userspace/hello_world_user/sample.yaml index 4ae4e4b5a0c..1a0a407e893 100644 --- a/samples/userspace/hello_world_user/sample.yaml +++ b/samples/userspace/hello_world_user/sample.yaml @@ -5,7 +5,6 @@ sample: common: integration_platforms: - mps2_an385 - platform_exclude: intel_adsp_cavs15 tags: introduction harness: console harness_config: diff --git a/tests/boards/intel_adsp/cache/testcase.yaml b/tests/boards/intel_adsp/cache/testcase.yaml index fb4b7e6dad9..93aaae71841 100644 --- a/tests/boards/intel_adsp/cache/testcase.yaml +++ b/tests/boards/intel_adsp/cache/testcase.yaml @@ -2,6 +2,6 @@ common: tags: boards tests: boards.intel_adsp.cache: - platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs25 + platform_allow: intel_adsp_cavs25 integration_platforms: - intel_adsp_cavs25 diff --git a/tests/boards/intel_adsp/hda/testcase.yaml b/tests/boards/intel_adsp/hda/testcase.yaml index e91809ffff8..9adfde4fe42 100644 --- a/tests/boards/intel_adsp/hda/testcase.yaml +++ b/tests/boards/intel_adsp/hda/testcase.yaml @@ -1,5 +1,5 @@ common: - platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs20 intel_adsp_cavs25 + platform_allow: intel_adsp_cavs25 integration_platforms: - intel_adsp_cavs25 tests: diff --git a/tests/boards/intel_adsp/hda_log/testcase.yaml b/tests/boards/intel_adsp/hda_log/testcase.yaml index 23cc68535e6..5041feb5f1b 100644 --- a/tests/boards/intel_adsp/hda_log/testcase.yaml +++ b/tests/boards/intel_adsp/hda_log/testcase.yaml @@ -1,6 +1,6 @@ common: harness: console - platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs20 intel_adsp_cavs25 + platform_allow: intel_adsp_cavs25 integration_platforms: - intel_adsp_cavs25 harness_config: diff --git a/tests/boards/intel_adsp/smoke/testcase.yaml b/tests/boards/intel_adsp/smoke/testcase.yaml index 54fbb2fab73..4339486839f 100644 --- a/tests/boards/intel_adsp/smoke/testcase.yaml +++ b/tests/boards/intel_adsp/smoke/testcase.yaml @@ -1,5 +1,5 @@ tests: boards.intel_adsp.smoke: - platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs20 intel_adsp_cavs25 + platform_allow: intel_adsp_cavs25 integration_platforms: - intel_adsp_cavs25 diff --git a/tests/boards/intel_adsp/ssp/testcase.yaml b/tests/boards/intel_adsp/ssp/testcase.yaml index cad71ec1dd4..a26738c9d0d 100644 --- a/tests/boards/intel_adsp/ssp/testcase.yaml +++ b/tests/boards/intel_adsp/ssp/testcase.yaml @@ -3,6 +3,6 @@ common: tests: boards.intel_adsp.ssp: depends_on: dai dma - platform_allow: intel_adsp_cavs25 intel_adsp_cavs15 + platform_allow: intel_adsp_cavs25 integration_platforms: - intel_adsp_cavs25 diff --git a/tests/crypto/tinycrypt/testcase.yaml b/tests/crypto/tinycrypt/testcase.yaml index 3f4dec92608..1db7c3c9bc5 100644 --- a/tests/crypto/tinycrypt/testcase.yaml +++ b/tests/crypto/tinycrypt/testcase.yaml @@ -1,7 +1,7 @@ tests: crypto.tinycrypt: tags: tinycrypt crypto aes ccm - platform_exclude: qemu_arc_em qemu_arc_hs intel_adsp_cavs15 m2gl025_miv + platform_exclude: qemu_arc_em qemu_arc_hs m2gl025_miv timeout: 500 integration_platforms: - native_posix diff --git a/tests/drivers/clock_control/adsp_clock/testcase.yaml b/tests/drivers/clock_control/adsp_clock/testcase.yaml index b97993e1c41..c542531871e 100644 --- a/tests/drivers/clock_control/adsp_clock/testcase.yaml +++ b/tests/drivers/clock_control/adsp_clock/testcase.yaml @@ -1,6 +1,6 @@ tests: drivers.clock.adsp_clock_control: tags: drivers clock - platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs20 intel_adsp_cavs25 + platform_allow: intel_adsp_cavs25 integration_platforms: - intel_adsp_cavs25 diff --git a/tests/drivers/dma/scatter_gather/testcase.yaml b/tests/drivers/dma/scatter_gather/testcase.yaml index f0694c9ce50..aadedc99551 100644 --- a/tests/drivers/dma/scatter_gather/testcase.yaml +++ b/tests/drivers/dma/scatter_gather/testcase.yaml @@ -2,8 +2,7 @@ tests: drivers.dma.scatter_gather: depends_on: dma tags: drivers dma - platform_allow: intel_adsp_cavs25 intel_adsp_cavs20 intel_adsp_cavs18 intel_adsp_cavs15 - frdm_k64f mimxrt1060_evk + platform_allow: intel_adsp_cavs25 frdm_k64f mimxrt1060_evk filter: dt_alias_exists("dma0") integration_platforms: - intel_adsp_cavs25 diff --git a/tests/kernel/smp_boot_delay/testcase.yaml b/tests/kernel/smp_boot_delay/testcase.yaml index a94d6f87aff..f1c28dc24ce 100644 --- a/tests/kernel/smp_boot_delay/testcase.yaml +++ b/tests/kernel/smp_boot_delay/testcase.yaml @@ -1,6 +1,6 @@ tests: kernel.multiprocessing.smp_boot_delay: tags: kernel smp - platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs20 intel_adsp_cavs25 + platform_allow: intel_adsp_cavs25 integration_platforms: - intel_adsp_cavs25 diff --git a/tests/net/socket/socketpair/testcase.yaml b/tests/net/socket/socketpair/testcase.yaml index 5f1f69c42a7..30927caf5cb 100644 --- a/tests/net/socket/socketpair/testcase.yaml +++ b/tests/net/socket/socketpair/testcase.yaml @@ -1,6 +1,5 @@ common: tags: net socket userspace - platform_exclude: intel_adsp_cavs15 depends_on: netif min_ram: 21 tests: diff --git a/tests/subsys/logging/log_immediate/testcase.yaml b/tests/subsys/logging/log_immediate/testcase.yaml index fa7a93bd2f6..e25165a0a3f 100644 --- a/tests/subsys/logging/log_immediate/testcase.yaml +++ b/tests/subsys/logging/log_immediate/testcase.yaml @@ -6,11 +6,9 @@ tests: logging.log_immediate: tags: log_core logging timeout: 80 - platform_exclude: nucleo_l053r8 nucleo_f030r8 intel_adsp_cavs15 - stm32f0_disco nrf52_bsim + platform_exclude: nucleo_l053r8 nucleo_f030r8 stm32f0_disco nrf52_bsim logging.log_immediate.clean_output: extra_args: CONFIG_LOG_IMMEDIATE_CLEAN_OUTPUT=y tags: log_core logging timeout: 80 - platform_exclude: nucleo_l053r8 nucleo_f030r8 intel_adsp_cavs15 - stm32f0_disco nrf52_bsim + platform_exclude: nucleo_l053r8 nucleo_f030r8 stm32f0_disco nrf52_bsim diff --git a/tests/subsys/logging/log_output/testcase.yaml b/tests/subsys/logging/log_output/testcase.yaml index 6220a9e7be5..3ed54eee361 100644 --- a/tests/subsys/logging/log_output/testcase.yaml +++ b/tests/subsys/logging/log_output/testcase.yaml @@ -4,12 +4,10 @@ common: tests: logging.log_output: - platform_exclude: intel_adsp_cavs15 tags: log_output logging extra_configs: - CONFIG_LOG_TIMESTAMP_64BIT=n logging.log_output_ts64: - platform_exclude: intel_adsp_cavs15 tags: log_output logging extra_configs: - CONFIG_LOG_TIMESTAMP_64BIT=y diff --git a/tests/subsys/portability/cmsis_rtos_v2/testcase.yaml b/tests/subsys/portability/cmsis_rtos_v2/testcase.yaml index e0e77e811a3..2c812a13a65 100644 --- a/tests/subsys/portability/cmsis_rtos_v2/testcase.yaml +++ b/tests/subsys/portability/cmsis_rtos_v2/testcase.yaml @@ -1,6 +1,6 @@ tests: portability.cmsis_rtos_v2: - platform_exclude: m2gl025_miv intel_adsp_cavs15 + platform_exclude: m2gl025_miv tags: cmsis_rtos min_ram: 32 min_flash: 34