Home
last modified time | relevance | path

Searched refs:assertSentFromSourceAddress (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/tests/scripts/thread-cert/
Dtest_ipv6_source_selection.py80 msg.assertSentFromSourceAddress(router_rloc)
86 msg.assertSentFromSourceAddress(router_mleid)
92 msg.assertSentFromSourceAddress(router_mleid)
98 msg.assertSentFromSourceAddress(router_linklocal)
104 msg.assertSentFromSourceAddress(router_mleid)
125 msg.assertSentFromSourceAddress(router_gua)
131 msg.assertSentFromSourceAddress(router_gua)
Dmessage.py339 def assertSentFromSourceAddress(self, ipv6_address): member in Message