zephyr/tests/net
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
..
6lo net: ipv6: Respond to MLD query 2017-03-09 20:33:48 +02:00
arp net: nbuf: Pass ll_reserve when creating TX buffer 2017-03-09 20:33:43 +02:00
buf license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
context net: if: Join/leave pre-defined IPv6 multicast groups 2017-03-09 20:33:47 +02:00
dhcpv4 net: nbuf: Use net_nbuf_get_frag() to allocate a fragment 2017-03-09 20:33:43 +02:00
icmpv6 net: icmpv6: Remove unused variable 'len' from input calls 2017-03-09 20:33:45 +02:00
ieee802154 net: nbuf: Use net_nbuf_get_frag() to allocate a fragment 2017-03-09 20:33:43 +02:00
iface net: if: Join/leave pre-defined IPv6 multicast groups 2017-03-09 20:33:47 +02:00
ip-addr net: ipv6: Add support to join/leave multicast group 2017-03-09 20:33:47 +02:00
ipv6 net: nbuf: Pass ll_reserve when creating TX buffer 2017-03-09 20:33:43 +02:00
lib tests/net/dns: Add the test case for the DNS low-level routines 2017-03-09 20:33:49 +02:00
mgmt net: nbuf: Split one global DATA pool to RX and TX DATA pools 2017-03-09 20:33:43 +02:00
mld tests: net: Check allnodes and solicit node addresses. 2017-03-09 20:33:48 +02:00
nbuf net: nbuf: Split one global DATA pool to RX and TX DATA pools 2017-03-09 20:33:43 +02:00
neighbor net: nbuf: Split one global DATA pool to RX and TX DATA pools 2017-03-09 20:33:43 +02:00
route net: if: Join/leave pre-defined IPv6 multicast groups 2017-03-09 20:33:47 +02:00
rpl net: if: Join/leave pre-defined IPv6 multicast groups 2017-03-09 20:33:47 +02:00
tcp net: nbuf: Use net_nbuf_get_frag() to allocate a fragment 2017-03-09 20:33:43 +02:00
trickle net: nbuf: Split one global DATA pool to RX and TX DATA pools 2017-03-09 20:33:43 +02:00
udp net: nbuf: Use net_nbuf_get_frag() to allocate a fragment 2017-03-09 20:33:43 +02:00
utils net: nbuf: Split one global DATA pool to RX and TX DATA pools 2017-03-09 20:33:43 +02:00