[github-actions] fix MATN_16_LargeNumberOfMulticastGroupSubscriptionsToBBR (#6576)

This commit is contained in:
whd
2021-05-12 19:27:41 -07:00
committed by GitHub
parent 9347b290e1
commit 53b50577d4
3 changed files with 3 additions and 3 deletions
@@ -167,7 +167,7 @@ class MATN_02_MLRFirstUse(thread_cert.TestCase):
# 3. BR_1 responds to the multicast registration.
# BR_1 unicasts an MLR.rsp CoAP response to TD as "2.04 changed".
# The payload contains "Status TLV: ST_MLR_SUCCESS".
pkts.filter_wpan_src64(vars['BR_1']) \
pkts.copy().filter_wpan_src64(vars['BR_1']) \
.filter_ipv6_dst(vars['TD_RLOC']) \
.filter_coap_ack('/n/mr') \
.filter(lambda p: p.thread_nm.tlv.status == 0) \
@@ -159,7 +159,7 @@ class MATN_16_LargeNumberOfMulticastGroupSubscriptionsToBBR(thread_cert.TestCase
# 2.04 changed
# Where the payload contains:
# Status TLV: ST_MLR_SUCCESS
pkts.filter_wpan_src64(vars['BR_1']) \
pkts.copy().filter_wpan_src64(vars['BR_1']) \
.filter_ipv6_dst(_pkt.ipv6.src) \
.filter_coap_ack('/n/mr') \
.filter(lambda p: p.coap.mid == _pkt.coap.mid and p.thread_nm.tlv.status == 0) \
@@ -313,7 +313,7 @@ FAKE_LAYER_NAMES = {'thread_nwd', 'thread_meshcop', 'ipv6inner'}
VALID_LAYER_NAMES = REAL_LAYER_NAMES | FAKE_LAYER_NAMES
AUTO_SEEK_BACK_MAX_DURATION = 0.01
AUTO_SEEK_BACK_MAX_DURATION = 0.02
# Wireshark configs
WIRESHARK_OVERRIDE_PREFS = {