Home
last modified time | relevance | path

Searched refs:assertSentToDestinationAddress (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dv1_2_router_5_1_1.py69 msg.assertSentToDestinationAddress('ff02::1')
77 msg.assertSentToDestinationAddress('ff02::2')
142 msg.assertSentToDestinationAddress('ff02::1')
H A Dv1_2_test_enhanced_keep_alive.py78 msg.assertSentToDestinationAddress('ff02::1')
86 msg.assertSentToDestinationAddress('ff02::2')
H A Dcommand.py280 command_msg.assertSentToDestinationAddress(config.LINK_LOCAL_ALL_NODES_ADDRESS)
293 command_msg.assertSentToDestinationAddress(config.LINK_LOCAL_ALL_ROUTERS_ADDRESS)
H A Dmessage.py336 def assertSentToDestinationAddress(self, ipv6_address): member in Message