Comment 0 for bug 1934282

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

[Impact]
Found this issue while debugging devlink_port_split.py test issue in bug 1928889.

There are some tests like icmp_redirect.sh, ip6_gre_headroom.sh and etc are not in the Makefile of the net directory, thus they are not tested at all.

[Fix]
* 919a23e9d6ccf8 selftests/net: add missing tests to Makefile

[Test]
Run the "net" test suite in the kselftest directory from a patched source tree. These tests will be executed.

[Where problems could occur]
This change will bring in more test for our SRU, we might see new failures because of these test in the future.