# This list defines the tests that we will skip or waive for latest RHEL9 skip_tests=( # === net # the netdevsim ports don't support split and don't have lanes. net:devlink_port_split.py # no test_blackhole_dev module net:test_blackhole_dev.sh # === net/forwarding # veth do not support `ethtool -s veth1 autoneg on` net/forwarding:ethtool.sh # this test only supports by mlxsw driver at present # See 2dac017dbd7c Merge branch 'Add-ethtool-extended-link-state' net/forwarding:ethtool_extended_state.sh # == bpf tests # Skip bpf/test_progs and run the test individually bpf:test_progs bpf:test_progs-no_alu32 # cat tools/testing/selftests/bpf/settings bpf:test_bpftool_build.sh bpf:test_doc_build.sh bpf:test_lirc_mode2.sh bpf:test_lwt_seg6local.sh # === netfilter netfilter:conntrack_vrf.sh # === tc-testing # CONFIG_NET_ACT_IFE is not set tc-testing:tc-tests/actions/ife.json # CONFIG_NET_EMATCH_CANID is not set on RHEL8, and RHEL9 removed basic match tc-testing:tc-tests/filters/basic.json # CONFIG_NET_SCH_FQ_PIE is not set tc-testing:tc-tests/qdiscs/fq_pie.json ) # Tests in this list need large memory large_mem_tests=( bpf:test_sockmap tc-testing:tc-tests/filters/concurrency.json tc-testing:tc-tests/filters/tests.json ) # Waive tests: # these failures are known issues and need debug waive_tests=( # === net # test failed since Bug 2077385 - Selftest: 9.1 P1 backports from upstream, # which enabled more testing for fcnal-test.sh. need to check the reason. net:fcnal-test.sh # The following 2 tests failed on CKI testing net:tls net:txtimestamp.sh # vrf_route_leaking.sh, need check net:vrf_route_leaking.sh net:psock_snd.sh # this test sometimes failed due to performance issue. net:so_txtime.sh # xdp_dummy section name issue net:udpgro_fwd.sh net:veth.sh # === net/forwarding # some times got zero timer, need check net/forwarding:bridge_igmp.sh net/forwarding:mirror_gre_changes.sh # vxlan decap error, need fix it upstream first net/forwarding:vxlan_bridge_1d.sh # These are for hw stats testing, not suitable on veth interface net/forwarding:hw_stats_l3.sh net/forwarding:hw_stats_l3_gre.sh # === bpf bpf_test_progs:get_stackid_cannot_attach bpf_test_progs:perf_event_stackmap # bz2161464 bpf_test_progs:attach_probe bpf_test_progs:uprobe_autoattach # bz2161467 bpf_test_progs:stacktrace_build_id # === netfilter # Bug 1868529: this test is still not stable, sometimes pass, sometimes fail, need more debug netfilter:nft_flowtable.sh # === tc-testing )