Searched refs:command_msg (Results 1 – 1 of 1) sorted by relevance
55 def check_address_query(command_msg, source_node, destination_address): argument58 command_msg.assertCoapMessageContainsTlv(network_layer.TargetEid)61 assert (ipv6.ip_address(source_rloc) == command_msg.ipv6_packet.ipv6_header.source_address), (64 str(command_msg.ipv6_packet.ipv6_header.source_address))69 …assert (ipv6.ip_address(destination_address) == command_msg.ipv6_packet.ipv6_header.destination_ad…73 def check_address_notification(command_msg, source_node, destination_node): argument76 command_msg.assertCoapMessageRequestUriPath('/a/an')77 command_msg.assertCoapMessageContainsTlv(network_layer.TargetEid)78 command_msg.assertCoapMessageContainsTlv(network_layer.Rloc16)79 command_msg.assertCoapMessageContainsTlv(network_layer.MlEid)[all …]