Home
last modified time | relevance | path

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

/openthread-3.6.0/tests/scripts/thread-cert/
Dnode.py418 self.send_command('nat64 cidr')
426 self.send_command(f'nat64 cidr {cidr}')
888 def send_command(self, cmd, go=True, expect_command_echo=True): member in NodeImpl
924 self.send_command('?')
930 self.send_command(cmd)
935 self.send_command('debug %d' % level, go=False)
946 self.send_command(f'log level {level}')
950 self.send_command('ifconfig up')
954 self.send_command('ifconfig down')
958 self.send_command('thread start')
[all …]
DTest_Cli.py46 self.nodes[LEADER].send_command(command + ' -h')
Dtest_diag.py92 node.send_command(case[0], expect_command_echo=False)
Ddebug.py84 node.send_command(line)