zephyr/tests
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
..
application_development device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
arch tests: x86: pagetables: use new Kconfigs 2020-11-09 20:19:13 -05:00
benchmarks review: rb: develop comments and add some details 2020-11-03 11:08:15 +01:00
bluetooth tests: Bluetooth: bsim: Set Periodic Advertising Data 2020-11-13 09:56:53 +01:00
boards device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
crypto ztest: remove ztest_mem_domain 2020-08-26 20:35:02 -04:00
deprecated/inttype dts: remove legacy macro support 2020-10-09 08:45:38 -05:00
drivers drivers/sensor: iis2iclx: add multi-instance 2020-11-11 13:17:18 +01:00
kernel tests: Avoid out-of-bounds array access on SPARC 2020-11-13 14:53:55 -08:00
lib devicetree: make DT_PROP_HAS_IDX expand to 0 or 1 2020-11-15 08:44:56 -06:00
misc/test_build sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
net net: improved test for IPv6 pton() and ntop() 2020-11-17 11:44:16 +02:00
portability tests: cmsis_rtos_v2: Fix stack overflow 2020-10-13 20:04:31 +02:00
posix tests: posix/{common,fs}: enable testing TLS 2020-10-24 10:52:00 -07:00
shell tests: shell: Add test for too many arguments in the command 2020-09-14 16:05:11 +02:00
subsys tests/fs/fcb: Enable non-0xff erase value tests 2020-11-16 13:39:04 +01:00
unit tests: unit: coverage testing for cbprintf 2020-11-13 06:38:01 -05:00
ztest