diff --git a/tests/drivers/can/shell/testcase.yaml b/tests/drivers/can/shell/testcase.yaml index 6261e8fcb8f..dc7b6bb89d2 100644 --- a/tests/drivers/can/shell/testcase.yaml +++ b/tests/drivers/can/shell/testcase.yaml @@ -2,7 +2,7 @@ tests: drivers.can.shell: integration_platforms: - native_sim - - native_sim_64 + - native_sim/native/64 tags: - drivers - can diff --git a/tests/drivers/clock_control/fixed_clock/testcase.yaml b/tests/drivers/clock_control/fixed_clock/testcase.yaml index dc4d34c6e5c..fdff14bd9c3 100644 --- a/tests/drivers/clock_control/fixed_clock/testcase.yaml +++ b/tests/drivers/clock_control/fixed_clock/testcase.yaml @@ -4,4 +4,4 @@ tests: - drivers - clock platform_allow: - - native_sim_64 + - native_sim/native/64 diff --git a/tests/drivers/eeprom/api/testcase.yaml b/tests/drivers/eeprom/api/testcase.yaml index 8bc76b3e9e6..3f2032b6305 100644 --- a/tests/drivers/eeprom/api/testcase.yaml +++ b/tests/drivers/eeprom/api/testcase.yaml @@ -8,9 +8,9 @@ tests: # Tests overwrite EEPROM content, only run on select boards platform_allow: - native_posix - - native_posix_64 + - native_posix/native/64 - native_sim - - native_sim_64 + - native_sim/native/64 - qemu_x86 - nucleo_l152re - nucleo_l073rz @@ -23,9 +23,9 @@ tests: - OVERLAY_CONFIG=at2x_emul.conf platform_allow: - native_posix - - native_posix_64 + - native_posix/native/64 - native_sim - - native_sim_64 + - native_sim/native/64 integration_platforms: - native_sim drivers.eeprom.api.build: @@ -33,7 +33,7 @@ tests: build_only: true platform_exclude: - native_sim - - native_sim_64 + - native_sim/native/64 - qemu_x86 - nucleo_l152re - nucleo_l073rz diff --git a/tests/drivers/eeprom/shell/testcase.yaml b/tests/drivers/eeprom/shell/testcase.yaml index fd78ec2c70f..74725bd687e 100644 --- a/tests/drivers/eeprom/shell/testcase.yaml +++ b/tests/drivers/eeprom/shell/testcase.yaml @@ -2,7 +2,7 @@ tests: drivers.eeprom.shell: integration_platforms: - native_sim - - native_sim_64 + - native_sim/native/64 tags: - drivers - eeprom diff --git a/tests/drivers/gnss/gnss_dump/testcase.yaml b/tests/drivers/gnss/gnss_dump/testcase.yaml index 74a652e2bfd..09e36eb619d 100644 --- a/tests/drivers/gnss/gnss_dump/testcase.yaml +++ b/tests/drivers/gnss/gnss_dump/testcase.yaml @@ -5,9 +5,9 @@ tests: tags: gnss platform_allow: - native_posix - - native_posix_64 + - native_posix/native/64 - native_sim - - native_sim_64 + - native_sim/native/64 integration_platforms: - native_sim harness: console diff --git a/tests/drivers/pinctrl/api/testcase.yaml b/tests/drivers/pinctrl/api/testcase.yaml index 90a6f48a496..206f0077abb 100644 --- a/tests/drivers/pinctrl/api/testcase.yaml +++ b/tests/drivers/pinctrl/api/testcase.yaml @@ -4,9 +4,9 @@ common: platform_allow: - native_posix - - native_posix_64 + - native_posix/native/64 - native_sim - - native_sim_64 + - native_sim/native/64 integration_platforms: - native_sim tests: diff --git a/tests/drivers/regulator/api/testcase.yaml b/tests/drivers/regulator/api/testcase.yaml index 6aa48cc3aa2..decaddce353 100644 --- a/tests/drivers/regulator/api/testcase.yaml +++ b/tests/drivers/regulator/api/testcase.yaml @@ -4,9 +4,9 @@ common: platform_allow: - native_posix - - native_posix_64 + - native_posix/native/64 - native_sim - - native_sim_64 + - native_sim/native/64 integration_platforms: - native_sim tests: diff --git a/tests/drivers/rtc/shell/testcase.yaml b/tests/drivers/rtc/shell/testcase.yaml index f8af8b53153..21867499fd5 100644 --- a/tests/drivers/rtc/shell/testcase.yaml +++ b/tests/drivers/rtc/shell/testcase.yaml @@ -2,7 +2,7 @@ tests: drivers.rtc.shell: integration_platforms: - native_sim - - native_sim_64 + - native_sim/native/64 tags: - drivers - rtc