tests: net: tx_timestmp: Fix the tests
Fix tests because of changes in TX timestamping options. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
77c10fc7e3
commit
4bb57c481e
|
@ -22,3 +22,5 @@ CONFIG_ZTEST=y
|
|||
CONFIG_NET_CONFIG_SETTINGS=n
|
||||
CONFIG_NET_SHELL=n
|
||||
CONFIG_NET_CONTEXT_TIMESTAMP=y
|
||||
CONFIG_NET_PKT_TIMESTAMP=y
|
||||
CONFIG_NET_PKT_TIMESTAMP_THREAD=y
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
common:
|
||||
platform_whitelist: native_posix qemu_x86 qemu_cortex_m3
|
||||
tags: net tx_timestamp gptp
|
||||
tests:
|
||||
net.timestamp:
|
||||
min_ram: 16
|
||||
tags: net tx_timestamp gptp
|
||||
depends_on: netif
|
||||
|
|
Loading…
Reference in a new issue