netdevsim: Change dummy reporter auto recover default
Health reporters should be registered with auto recover set to true. Align dummy reporter behaviour with that, as in later patch the option to set auto recover behaviour will be removed. In addition, align netdevsim selftest to the new default value. Signed-off-by: Eran Ben Elisha <eranbe@mellanox.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
62582a7ee7
commit
c7f0d4c898
@@ -377,6 +377,11 @@ dummy_reporter_test()
|
||||
{
|
||||
RET=0
|
||||
|
||||
check_reporter_info dummy healthy 0 0 0 true
|
||||
|
||||
devlink health set $DL_HANDLE reporter dummy auto_recover false
|
||||
check_err $? "Failed to dummy reporter auto_recover option"
|
||||
|
||||
check_reporter_info dummy healthy 0 0 0 false
|
||||
|
||||
local BREAK_MSG="foo bar"
|
||||
|
Reference in New Issue
Block a user