It appears this would require the fou module to be loaded before the test.
Patch sent to upstream:
https://lore.kernel.org/netdev/[email protected]/T/#u
** Also affects: linux (Ubuntu)
Importance: Undecided
Status: New
** Changed in: ubuntu-kernel-tests
Assignee: (unassigned) => Po-Hsu Lin (cypressyew)
** Changed in: ubuntu-kernel-tests
Status: New => In Progress
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1891421
Title:
kci_test_encap_fou() in rtnetlink.sh from kselftests/net failed with
"FAIL: can't add fou port 7777, skipping test"
Status in ubuntu-kernel-tests:
In Progress
Status in linux package in Ubuntu:
New
Bug description:
The kci_test_encap_fou() from kci_test_encap() in rtnetlink.sh of
kselftests/net will fail with non-zero return value, and print:
"FAIL: can't add fou port 7777, skipping test"
How to reproduce this:
devdummy="test-dummy0"
testns="testns"
ip netns add "$testns"
ip netns exec "$testns" ip link set lo up
ip netns exec "$testns" ip link add name "$devdummy" type dummy
ip netns exec "$testns" ip link set "$devdummy" up
ip netns exec "$testns" ip fou add port 7777 ipproto 47
RTNETLINK answers: No such file or directory
Error talking to the kernel
This is not a regression, it's the real test result after bug 1890136
has been fixed.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1891421/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp