mirror of
https://github.com/espressif/openthread.git
synced 2026-08-31 14:29:54 +00:00
[test] add code spell check and correct wrong spelling (#9066)
This commit is contained in:
@@ -161,7 +161,7 @@ class BBR_5_11_01(thread_cert.TestCase):
|
||||
and ipv6.src.is_link_local
|
||||
""")
|
||||
|
||||
# Commissioner registers MA3 with deafult timeout
|
||||
# Commissioner registers MA3 with default timeout
|
||||
pkts.filter_wpan_src64(COMMISSIONER).filter_coap_request('/n/mr').must_next().must_verify(f"""
|
||||
thread_meshcop.tlv.ipv6_addr == ['{MA3}']
|
||||
and thread_bl.tlv.timeout is null
|
||||
|
||||
@@ -211,7 +211,7 @@ class TestNdProxy(thread_cert.TestCase):
|
||||
PBBR_ETH = pv.vars['PBBR_ETH']
|
||||
PBBR2_ETH = pv.vars['PBBR2_ETH']
|
||||
|
||||
# Verify that SBBR should not foward any Ping Request to the Thread network.
|
||||
# Verify that SBBR should not forward any Ping Request to the Thread network.
|
||||
# Use `ipv6.hlim == 63` to avoid false fails because SBBR might still forward Ping Request from PBBR to ROUTER1
|
||||
pkts.filter_wpan_src64(SBBR).filter_ping_request().filter('ipv6.hlim == 63').must_not_next()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user