提交 58c7a2d1 编写于 作者: P Petr Machata 提交者: David S. Miller

selftests: forwarding: ping{6, }_test(): Add description argument

Have ping_test() recognize an optional argument with a description of
the test. This is handy if there are several ping test, to make it clear
which is which.
Signed-off-by: NPetr Machata <petrm@mellanox.com>
Signed-off-by: NIdo Schimmel <idosch@mellanox.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 d0540d17
......@@ -813,7 +813,7 @@ ping_test()
ping_do $1 $2
check_err $?
log_test "ping"
log_test "ping$3"
}
ping6_do()
......@@ -832,7 +832,7 @@ ping6_test()
ping6_do $1 $2
check_err $?
log_test "ping6"
log_test "ping6$3"
}
learning_test()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册