Merge branch 'kselftest-rtnetlink'
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Sep 2023 08:34:06 +0000 (09:34 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Sep 2023 08:34:06 +0000 (09:34 +0100)
commit74fa1a82386e0bc1095ae9d13962606612514df5
treea758cbf3a7771c7efe6fb0be99833000b9f9510f
parent760554a9add861a0a2d6ac4a85624f8b9537f1bf
parenta68eed9f63eedfa762dc54be3834c0df0abe8cc4
Merge branch 'kselftest-rtnetlink'

Daniel Mendes says:

====================
kselftest: rtnetlink: add additional command line options

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".
====================

Signed-off-by: David S. Miller <davem@davemloft.net>