mbox series

[net-next,0/2] kselftest: rtnetlink: add additional command line options

Message ID cover.1694527251.git.dmendes@redhat.com (mailing list archive)
Headers show
Series kselftest: rtnetlink: add additional command line options | expand

Message

Daniel Mendes Sept. 12, 2023, 2:28 p.m. UTC
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(-)