zephyr/tests
Flavio Santes bed2f43120 tests/net/dns: Add the test case for the DNS low-level routines
This patch adds the test case for the DNS API low-level routines.

The following routines are evaluated by this test case:

- dns_msg_pack_qname
- dns_msg_pack_query
- dns_unpack_header_id
- dns_header_qr
- dns_header_opcode
- dns_header_aa
- dns_header_tc
- dns_header_rd
- dns_header_ra
- dns_header_z
- dns_header_rcode
- dns_header_qdcount
- dns_header_ancount
- dns_header_nscount
- dns_header_arcount
- dns_unpack_query_qclass
- dns_unpack_query_qtype

Next iterations will consider IPv6 and DNS RR coverage.

Jira: ZEP-1499

Change-Id: I4ef46203e6fec57c6fe5a5db8132ed140b412fc2
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2017-03-09 20:33:49 +02:00
..
benchmarks libc: attribute minimal libc printf style functions with __printf_like 2017-03-02 08:46:30 -06:00
bluetooth Bluetooth: SDP: Server: Refactor data element structure header 2017-03-07 12:21:29 +01:00
booting/stub
compliance
crypto Revert "tests/crypto: Update testcase.ini to build on more platforms" 2017-02-23 07:13:42 -08:00
drivers tests/gpio: enable gpio cases to run on more platforms 2017-03-07 23:03:01 +00:00
fs/fat_fs_api
include
kernel tests: sprintf: fixed sprintf usage 2017-03-03 18:38:06 +00:00
legacy libc: attribute minimal libc printf style functions with __printf_like 2017-03-02 08:46:30 -06:00
net tests/net/dns: Add the test case for the DNS low-level routines 2017-03-09 20:33:49 +02:00
power tests/power/multicorei/lmt: Fix RTC configuration 2017-02-23 13:17:47 +00:00
subsys/debug/gdb_server
unit lifo: Make use of k_queue as implementation 2017-02-27 21:20:53 +00:00
ztest ztest: shorten line longer than 80 characters 2017-03-01 13:18:33 +00:00
Kconfig tests: Introduced new config option to add extra stack size for tests. 2017-02-13 11:39:03 -08:00
Makefile
Makefile.test
defaults.tc