summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/common_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/lib/common_config.py')
-rw-r--r--tests/topotests/lib/common_config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/lib/common_config.py b/tests/topotests/lib/common_config.py
index a1ef2f5f28..ce35bdc0fe 100644
--- a/tests/topotests/lib/common_config.py
+++ b/tests/topotests/lib/common_config.py
@@ -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