[thread-cert] refactor case 9.2.2 using pktverify (#5913)

This commit is contained in:
Jing Ma
2020-12-14 08:38:18 -08:00
committed by GitHub
parent 69e57d52e0
commit b1dd1d7bf5
3 changed files with 281 additions and 83 deletions
@@ -589,7 +589,7 @@ _LAYER_FIELDS = {
'thread_meshcop.tlv.sec_policy_c': _auto,
'thread_meshcop.tlv.sec_policy_b': _auto,
'thread_meshcop.tlv.state': _auto,
'thread_meshcop.tlv.steering_data': _list(_auto),
'thread_meshcop.tlv.steering_data': _bytes,
'thread_meshcop.tlv.unknown': _bytes,
'thread_meshcop.tlv.udp_port': _list(_auto),
'thread_meshcop.tlv.ba_locator': _auto,