tests/net: Use hwmv2 native targets identifiers
For the 64 bit targets, change identifiers to the new hwmv2 ones Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
de0fb67c9f
commit
ac1610ec72
|
@ -4,7 +4,7 @@ common:
|
|||
# eventfd API does not work with native_posix so exclude it here
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.dhcpv4_server:
|
||||
extra_configs:
|
||||
|
|
|
@ -2,9 +2,9 @@ tests:
|
|||
net.ieee802154.fragment:
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- native_sim/native/64
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
tags:
|
||||
|
|
|
@ -2,9 +2,9 @@ tests:
|
|||
net.ieee802154.custom_l2:
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- native_sim/native/64
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
tags:
|
||||
|
|
|
@ -1,9 +1,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
|
||||
tags:
|
||||
|
|
|
@ -8,7 +8,7 @@ common:
|
|||
# needs root permission.
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.socket.af_packet:
|
||||
min_ram: 21
|
||||
|
|
|
@ -8,7 +8,7 @@ common:
|
|||
# needs root permission.
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.socket.af_packet.ipproto_raw:
|
||||
min_ram: 21
|
||||
|
|
|
@ -2,7 +2,7 @@ tests:
|
|||
net.socket.can:
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- native_sim/native/64
|
||||
tags:
|
||||
- net
|
||||
- can
|
||||
|
|
|
@ -7,7 +7,7 @@ common:
|
|||
platform_exclude:
|
||||
- mps2/an385
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.socket.service:
|
||||
min_ram: 21
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
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_64
|
||||
- native_sim/native/64
|
||||
tags:
|
||||
- net
|
||||
- traffic_class
|
||||
|
|
Loading…
Reference in a new issue