[thread-cert] refactor case 5.6.6 and 5.6.9 using pktverify (#5371)

This commit is contained in:
Jing Ma
2020-09-11 08:49:48 -07:00
committed by GitHub
parent c9004a6f3f
commit 1e08cea585
9 changed files with 220 additions and 39 deletions
@@ -546,7 +546,7 @@ _LAYER_FIELDS = {
'thread_nwd.tlv.service.s_data.rrdelay': _auto,
'thread_nwd.tlv.service.s_data.mlrtimeout': _auto,
'thread_nwd.tlv.server_16': _auto,
'thread_nwd.tlv.border_router_16': _auto,
'thread_nwd.tlv.border_router_16': _list(_auto),
'thread_nwd.tlv.sub_tlvs': _list(_str),
#TODO: support thread_nwd.tlv.prefix.length and thread_nwd.tlv.prefix.domain_id
'thread_nwd.tlv.prefix': _list(_ipv6_addr),