mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
riotctrl_shell.gnrc: fix documentation for GNRCICMPv6EchoParser.parse()
This seems to be a copy-paste error. The `GNRCICMPv6EchoParser` parse function parses of course the output of the `ping6` command, not the `nib neigh show` command.
This commit is contained in:
parent
c337089de5
commit
9b431f70d5
2
dist/pythonlibs/riotctrl_shell/gnrc.py
vendored
2
dist/pythonlibs/riotctrl_shell/gnrc.py
vendored
@ -73,7 +73,7 @@ class GNRCICMPv6EchoParser(ShellInteractionParser):
|
||||
|
||||
def parse(self, cmd_output):
|
||||
"""
|
||||
Parses output of GNRCIPv6NIB::nib_neigh_show()
|
||||
Parses output of GNRCICMPv6Echo::ping6()
|
||||
|
||||
>>> parser = GNRCICMPv6EchoParser()
|
||||
>>> res = parser.parse(
|
||||
|
Loading…
Reference in New Issue
Block a user