Comment 3 for bug 1826848

Revision history for this message
Po-Hsu Lin (cypressyew) wrote : Re: ip_defrag.sh in net from ubuntu_kernel_selftests failed with 5.0.0 kernel

Hi Connor,
I found this was caused by "ubuntu_cts_kernel" that run before this kernel_selftest.

If you just run the selftest it's OK, but if you run the ubuntu_cts_kernel first, it will make this one fail.

You can try it with:
sudo apt-get install git python-minimal python-yaml gdb -y

git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest-client-tests
git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
rm -fr autotest/client/tests
ln -sf ~/autotest-client-tests autotest/client/tests

AUTOTEST_PATH=/home/ubuntu/autotest sudo -E autotest/client/autotest-local --verbose autotest/client/tests/ubuntu_cts_kernel/control

And run the net selftest.