All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] kselftest: rtnetlink: add additional command line options
@ 2023-09-12 14:28 Daniel Mendes
  2023-09-12 14:28 ` [PATCH net-next 1/2] kselftest: rtnetlink.sh: add verbose flag Daniel Mendes
  2023-09-12 14:28 ` [PATCH net-next 2/2] kselftest: rtnetlink: add pause and pause on fail flag Daniel Mendes
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Mendes @ 2023-09-12 14:28 UTC (permalink / raw)
  To: netdev; +Cc: davem, edumazet, kuba, pabeni, sd

Many other tests implement options like verbose, pause, and pause
on failure. These patches just add these options to rtnetlink.sh.
The same conventions are used as the tests that already have this
functionality: eg verbose is 0 or 1 but PAUSE is "yes" or "no".

Daniel Mendes (2):
  kselftest: rtnetlink.sh: add verbose flag
  kselftest: rtnetlink: add pause and pause on fail flag

 tools/testing/selftests/net/rtnetlink.sh | 981 +++++++++--------------
 1 file changed, 400 insertions(+), 581 deletions(-)

-- 
2.41.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-12 14:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12 14:28 [PATCH net-next 0/2] kselftest: rtnetlink: add additional command line options Daniel Mendes
2023-09-12 14:28 ` [PATCH net-next 1/2] kselftest: rtnetlink.sh: add verbose flag Daniel Mendes
2023-09-12 14:28 ` [PATCH net-next 2/2] kselftest: rtnetlink: add pause and pause on fail flag Daniel Mendes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.