mirror of
https://github.com/espressif/openthread.git
synced 2026-07-29 15:17:47 +00:00
[github-actions] add more packet verification tests (#6508)
Packet verification of some test scripts were not executed. This commit runs these tests in packet verification checks.
This commit is contained in:
@@ -197,19 +197,6 @@ class TestPing(thread_cert.TestCase):
|
||||
.filter_ping_request() \
|
||||
.must_next()
|
||||
|
||||
# TODO: Enable this section
|
||||
# pkts.filter_wpan_src64(vars['Router_3']) \
|
||||
# .filter_ipv6_dst(_pkt.ipv6.src) \
|
||||
# .filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier) \
|
||||
# .must_not_next()
|
||||
|
||||
# 6. Router_2 pings Router_3's RLOC from an non-existent address. The
|
||||
# ping should fail.
|
||||
_pkt = pkts.filter_wpan_src64(vars['Router_2']) \
|
||||
.filter_ipv6_src_dst('1::1', vars['Router_3_RLOC']) \
|
||||
.filter_ping_request() \
|
||||
.must_not_next()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user