zephyr/tests/net
Martin Åberg 5dcdf198da net: improved test for IPv6 pton() and ntop()
Represent IPv6 addresses as groups of 16-bit values in test vectors.

This commit corrects the following two test issues on big endian
systems:

  START - test_ipv6_pton_1
  Failed to verify ff08::
  against 0:ff08::

  START - test_ipv6_ntop_1
  Failed to verify 0:ff08::
  against ff08::

Makes the following tests pass on qemu_leon3:
- net.util

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
2020-11-17 11:44:16 +02:00
..
6lo device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
all net: shell: Add network mgmt events monitor support 2020-10-13 13:42:50 +03:00
arp device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +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 net: dhcpv4: Generate start/bound/stop mgmt events 2020-10-03 17:15:15 +03: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: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +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: dns: dns-sd: tests for dns service discovery 2020-11-09 16:15:02 -08:00
mgmt device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
mld device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
neighbor tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
net_pkt device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
pm device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +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: af_packet: Fix the test when run in fast hw 2020-09-03 10:59:11 +03:00
tcp device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
tcp2 tests: net: tcp2: Fix crash in frdm_k64f 2020-09-23 13:02:04 -05: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 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +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