zephyr/tests/net
Andy Ross e95db3a366 tests/net/socket/udp: Increase kernel heap size
On userspace platforms, this test needs a little bit of kernel heap.
The old mem_pool number was specified without metadata overhead
(i.e. it reflected 128 bytes of actual data available and the metadata
was stored silently somewhere else), where the new heap specifies the
size of the contiguous buffer in memory that stores both data and
chunk headers, etc...

Increase to 256 bytes.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-12-07 21:50:14 -05:00
..
6lo tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
all tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
arp tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
buf zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
checksum_offload device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
context device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
dhcpv4 tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
ethernet_mgmt device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
hostname device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
icmpv4 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
icmpv6 tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
ieee802154 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
iface device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ip-addr net: IPv4 bcast address recognized as multicast 2020-10-09 10:26:38 +03:00
ipv6 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipv6_fragment device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
lib tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
mgmt tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
mld tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
neighbor tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
net_pkt tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
pm net: run the net.pm test on LEON 2020-11-17 11:44:16 +02:00
ppp/driver zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
promiscuous device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ptp/clock device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
route device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
route_mcast device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
shell device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
socket tests/net/socket/udp: Increase kernel heap size 2020-12-07 21:50:14 -05:00
tcp device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
tcp2 tests: net: tcp2: Add RST packet handling tests 2020-11-24 13:08:39 +02:00
traffic_class device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
trickle tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
tx_timestamp device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
udp tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
utils net: improved test for IPv6 pton() and ntop() 2020-11-17 11:44:16 +02:00
vlan device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00