Skip to content

Commit

Permalink
tests/shell: update expected help list
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Jun 2, 2022
1 parent 765f8e3 commit 818ac85
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/shell/tests/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@
EXPECTED_HELP = (
'Command Description',
'---------------------------------------',
'bufsize Get the shell\'s buffer size',
'start_test starts a test',
'end_test ends a test',
'echo prints the input command',
'reboot Reboot the node',
'ps Prints information about running threads.',
'empty print nothing on command',
'app_metadata Returns application metadata',
'pm interact with layered PM subsystem',
'ps Prints information about running threads.',
'reboot Reboot the node',
'version Prints current RIOT_VERSION',
'xfa_test1 xfa test command 1',
'xfa_test2 xfa test command 2'
)
Expand Down

0 comments on commit 818ac85

Please sign in to comment.