[thread-cert] refactor case 9.2.9 using pktverify (#5962)

This commit is contained in:
Jing Ma
2020-12-17 07:10:26 -08:00
committed by GitHub
parent b3fc7bc453
commit f1e0fad475
11 changed files with 644 additions and 56 deletions
@@ -261,7 +261,7 @@ class TestDuaDad(thread_cert.TestCase):
ba.must_verify("""
set(thread_bl.tlv.type) == {tlvs}
and thread_bl.tlv.last_transaction_time > 0
and thread_meshcop.tlv.net_name == {NET_NAME}
and thread_meshcop.tlv.net_name == [{NET_NAME}]
""",
tlvs={0, 3, 6, 12},
**pv.vars)