[PATCH 0/1] [autotest-client-tests] ubuntu_kernel_selftests: net:

Paolo Pisati paolo.pisati at canonical.com
Thu Apr 2 09:10:47 UTC 2020


BugLink: https://bugs.launchpad.net/bugs/1870299

Many net kernel selftests fail on linux-kvm due to missing kernel options:

$ uname -a
Linux focal-amd64-builder 5.4.0-1005-kvm #5 SMP Wed Apr 1 16:11:21 UTC 2020
x86_64 x86_64 x86_64 GNU/Linux

...
20:59:02 INFO | ========== Summary ===========
20:59:02 INFO | Sub test case: rtnetlink.sh failed.
20:59:02 INFO | Sub test case: fib_tests.sh failed.
20:59:02 INFO | Sub test case: fib-onlink-tests.sh failed.
20:59:02 INFO | Sub test case: pmtu.sh failed.
20:59:02 INFO | Sub test case: fib_rule_tests.sh failed.
20:59:02 INFO | Sub test case: so_txtime.sh failed.
20:59:02 INFO | Sub test case: l2tp.sh failed.
...

the following patch maps the above tests to their kernel config requirements,
and in case the required options are not turned on in the running kernel, skips
the test.


Paolo Pisati (1):
  UBUNTU: SAUCE: ubuntu_kernel_selftests: check kernel config against
    net seltests requirements

 .../ubuntu_kernel_selftests.py                | 72 +++++++++++++++++++
 1 file changed, 72 insertions(+)

-- 
2.25.1




More information about the kernel-team mailing list