zephyr/tests
Konrad Derda 57cd012476 test: net: net_pkt: use var buffer pool for testing
From change 47eb592c28b9e7dfbdd25fedbf07a528ad240084 net_buf structures
allocated from pools defined with NET_BUF_POOL_FIXED_DEFINE() will keep
their `size` member set to the actual fixed size and not requested
size like before.

For this set of tests NET_BUF_POOL_FIXED_DEFINE() for several test
cases. These tests check the several values based on a fact that the
network buffer's size was set to the requested size.

This commit changes definition of the buffer pool to
NET_BUF_POOL_FIXED_DEFINE() in order to satisfy these expectations.
This change does not impact the tests themselves.

Signed-off-by: Konrad Derda <konrad.derda@nordicsemi.no>
2024-02-06 12:56:37 +01:00
..
application_development code_relocation: Add NOKEEP option 2024-01-15 13:20:17 +01:00
arch tests: arm_irq_vector_table: Add special handling for nRF54H20 2024-02-02 16:40:11 +01:00
benchmarks tests: cmsis-dsp: request required features 2024-02-01 14:49:03 -06:00
bluetooth Bluetooth: Audio: Remove LC3 from the assigned numbers defines 2024-02-05 09:14:44 -06:00
boards xtensa: move to use system cache API support for coherency 2024-02-03 13:42:33 -05:00
boot test: mcuboot: enable test on lpc55s platforms 2024-01-19 10:33:44 +01:00
bsim Bluetooth: BAP: Do not send PA term request on local remove 2024-02-05 17:45:45 +01:00
cmake tests/cmake/*: Switch to native_sim 2023-11-27 16:06:42 +00:00
crypto tests: crypto: rand32: Check return code of sys_csrand_get 2024-01-03 23:57:13 -06:00
drivers drivers: Add support for TI TMAG5273 3D Hall sensor 2024-02-05 13:23:24 -06:00
kconfig/configdefault tests: Remove stray uses of CONFIG_ZTEST_NEW_API 2023-10-26 10:55:38 +02:00
kernel tests: kernel: mem_protect: Handle thumb instructions for Cortex-R 2024-02-02 17:05:01 -06:00
lib tests/c_lib: Remove define of _POSIX_C_SOURCE for newlib 2024-02-02 19:54:33 +01:00
misc tests/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
modules tests: modules: nanopb: Add a custom nested library 2023-12-01 10:50:26 +00:00
net test: net: net_pkt: use var buffer pool for testing 2024-02-06 12:56:37 +01:00
posix posix: sched: Implement tests for sched_rr_get_interval 2024-02-02 12:42:50 +01:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys tests/settings/file: increase main stack size 2024-02-05 14:50:52 +01:00
unit tests: unit: util: Extend FOR_EACH test 2024-01-29 11:32:54 +01:00
ztest ztest: fix ztest_run_test_suite usage and macros 2024-01-09 08:15:22 -05:00
test_config.yaml twister: tests: Add some generic driver tests to the scope 2023-11-30 19:38:50 -05:00