[PATCH 0/2][linux-aws/disco] fix selftests which fail due to missing modules
Seth Forshee
seth.forshee at canonical.com
Fri Apr 5 20:51:11 UTC 2019
BugLink: https://bugs.launchpad.net/bugs/1823407
SRU Justification
Impact: The test_bpf net selftest and a couple of ftrace selftests are
failing due to missing modules. These modules are only for test purposes
and have no other use, so they are not wanted in the linux-modules
package.
Fix: Change the tests to treat the missing modules as skipped tests
rather than failures.
Regression Potential: Minimal, since the changes are only to test cases
which are already failing.
Thanks,
Seth
---
Seth Forshee (2):
UBUNTU: SAUCE: selftests: net: don't fail test_bpf when module is not
present
UBUNTU: SAUCE: selftests: ftrace: don't fail for unresolved tests
tools/testing/selftests/ftrace/ftracetest | 2 +-
tools/testing/selftests/net/test_bpf.sh | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
More information about the kernel-team
mailing list