mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 01:47:29 +00:00
tests: report kernel version check failures
Report kernel version check failures in the test log. Signed-off-by: Mark Stapp <mjs@voltanet.io>
This commit is contained in:
parent
9ee2ebdc82
commit
e9867ca57b
@ -4119,6 +4119,9 @@ def required_linux_kernel_version(required_version):
|
||||
'These tests will not run on kernel "{}", '
|
||||
"they require kernel >= {})".format(system_kernel, required_version)
|
||||
)
|
||||
|
||||
logger.info(error_msg)
|
||||
|
||||
return error_msg
|
||||
return True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user