From 9b431f70d510757ffd33137732e16119ed0b85d1 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Mon, 14 Dec 2020 08:23:24 +0100 Subject: [PATCH] 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. --- dist/pythonlibs/riotctrl_shell/gnrc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/pythonlibs/riotctrl_shell/gnrc.py b/dist/pythonlibs/riotctrl_shell/gnrc.py index a8cce9d5dd..a01d4a566f 100644 --- a/dist/pythonlibs/riotctrl_shell/gnrc.py +++ b/dist/pythonlibs/riotctrl_shell/gnrc.py @@ -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(