Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 34) sorted by relevance

12

/openthread-latest/tools/cp-caps/
Drcp_caps_test.py401 commands = ['diag channel', f'diag channel {channel}']
403 if self.__support_commands(commands):
410 self.__output_results(commands, ret)
414 commands = ['diag power', f'diag power {power}']
416 if self.__support_commands(commands):
423 self.__output_results(commands, ret)
426 commands = ['diag radio receive', 'diag radio sleep', 'diag radio state']
428 if self.__support_commands(commands):
439 self.__output_results(commands, ret)
443 commands = [f'diag gpio get {gpio}', f'diag gpio set {gpio} 0', f'diag gpio set {gpio} 1']
[all …]
DCHANGE_LOG.md7 - Test whether the RCP supports all diag commands.
DREADME.md65 -d, --diag-commands test whether the RCP supports all diag commands
87 The option `-d` or `--diag-commands` tests all diag commands.
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Ddepends.py156 def __init__(self, name, config_settings, commands): argument
168 self.commands = commands
200 for command in self.commands:
312 def __init__(self, symbols, commands, exclude): argument
320 def __init__(self, symbols, commands, exclude=None): argument
327 super().__init__(symbols, commands, exclude)
339 job = Job(description, config_settings, commands)
348 def __init__(self, symbols, commands, exclude=None): argument
352 super().__init__(symbols, commands, exclude)
359 job = Job(description, config_settings, commands)
/openthread-latest/tests/scripts/thread-cert/
DTest_Cli.py43 commands = self.nodes[LEADER].get_commands()
45 for command in commands:
/openthread-latest/src/lib/spinel/
DREADME_RADIO_SPINEL_DIAG.md1 # OpenThread Diagnostics - Radio Spinel diagnostic commands
3 This module provides Spinel based radio transceiver diagnostic commands.
/openthread-latest/src/posix/platform/
DREADME_RCP_CAPS_DIAG.md3 This module provides diag commands for checking RCP capabilities.
56 Check which Spinel commands RCP supports.
/openthread-latest/tests/toranj/
DREADME_CLI.md50 … a sub-process to run `ot-cli-ftd` and provides methods to control the node and issue CLI commands.
66 `cli.Node()` provides methods matching different CLI commands, in addition to some helper methods f…
169 …LI commands to test the behavior of OpenThread with simulation platform. `thread-cert` scripts (in…
DREADME_NCP.md17 - Alternative way to install `wpantund` is to use the same commands from git workflow [Simulation](…
54 ### `wpan.Node` methods providing `wpanctl` commands
56 `wpan.Node()` provides methods matching all `wpanctl` commands.
/openthread-latest/tools/tcat_ble_client/cli/
Ddataset_commands.py65 commands: ThreadDataset = context['commands']
66 ds_command: Command = commands['dataset']
Dbase_commands.py54 commands = context['commands']
55 for name, command in commands.items():
/openthread-latest/tools/tcat_ble_client/
DREADME.md72 The application supports the following interactive CLI commands:
74 - `help` - Display available commands.
/openthread-latest/examples/platforms/simulation/
DREADME.md28 2. Type `help` for list of commands.
/openthread-latest/third_party/mbedtls/repo/tests/git-scripts/
DREADME.md3 git has a way to run scripts, which are invoked by specific git commands.
/openthread-latest/src/cli/
DREADME_SRP.md118 Make sure it shows `state:Registered` for both host and service commands.
143 Make sure it shows `deleted: false` for both host and service commands.
DREADME_UDP.md53 List the UDP CLI commands.
DREADME_COMMISSIONER.md5 …Datasets](README_DATASET.md)) or sending specific management/diagnostic commands to selected Threa…
DREADME_COAP.md82 List the CoAP CLI commands.
DREADME_TCP.md158 List the TCP CLI commands.
DREADME_COAPS.md126 List the CoAPS CLI commands.
/openthread-latest/third_party/mbedtls/repo/scripts/
Dcommon.make60 ## and standard commands) and a Unix-like compiler (supporting -E). In
/openthread-latest/tools/harness-simulation/
DREADME.md39 … machine, change directory to the top of the OpenThread repository, and run the following commands.
/openthread-latest/src/core/diags/
DREADME.md428 RCP-related diagnostics commands. These commands are used for debugging and testing only.
/openthread-latest/
DCONTRIBUTING.md181 …read scripts support the following Doxygen [special commands](https://www.doxygen.nl/manual/comman…
/openthread-latest/tools/harness-thci/
DREADME.md60 … Wpan command prefix, Wpan interface Param9 : comma separated device's setting commands before test

12