mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 03:37:46 +00:00
[github-actions] fix MATN_16_LargeNumberOfMulticastGroupSubscriptionsToBBR (#6576)
This commit is contained in:
@@ -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) \
|
||||
|
||||
+1
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user