tests: net: Adjusting the memory buffer for ETH
The net cases failed to run on sam_e70b_xplained platform because failed to reserve data net buffers,so adjusting the memory buffer to fix this. Fixes #42857 Signed-off-by: NingX Zhao <ningx.zhao@intel.com>
This commit is contained in:
parent
48fd41a599
commit
1bc003ad6a
2 changed files with 8 additions and 8 deletions
|
@ -5,8 +5,8 @@ CONFIG_NET_ETHERNET_BRIDGE=y
|
|||
CONFIG_NET_LOG=y
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_NET_PKT_TX_COUNT=10
|
||||
CONFIG_NET_PKT_RX_COUNT=10
|
||||
CONFIG_NET_BUF_RX_COUNT=10
|
||||
CONFIG_NET_BUF_TX_COUNT=10
|
||||
CONFIG_NET_PKT_TX_COUNT=20
|
||||
CONFIG_NET_PKT_RX_COUNT=20
|
||||
CONFIG_NET_BUF_RX_COUNT=20
|
||||
CONFIG_NET_BUF_TX_COUNT=20
|
||||
CONFIG_ZTEST=y
|
||||
|
|
|
@ -5,9 +5,9 @@ CONFIG_ENTROPY_GENERATOR=y
|
|||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_NET_PKT_FILTER=y
|
||||
CONFIG_NET_LOG=y
|
||||
CONFIG_NET_PKT_TX_COUNT=10
|
||||
CONFIG_NET_PKT_RX_COUNT=10
|
||||
CONFIG_NET_BUF_RX_COUNT=10
|
||||
CONFIG_NET_BUF_TX_COUNT=10
|
||||
CONFIG_NET_PKT_TX_COUNT=20
|
||||
CONFIG_NET_PKT_RX_COUNT=20
|
||||
CONFIG_NET_BUF_RX_COUNT=20
|
||||
CONFIG_NET_BUF_TX_COUNT=20
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_COMPILER_COLOR_DIAGNOSTICS=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue