Home
last modified time | relevance | path

Searched refs:KsftFailEx (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Drss_input_xfrm.py9 from lib.py import KsftSkipEx, KsftFailEx
60 raise KsftFailEx("Failed to run traffic")
H A Dpp_alloc_fail.py8 from lib.py import KsftSkipEx, KsftFailEx
59 raise KsftFailEx("Traffic seems low:", stat2['rx-packets'] - stat1['rx-packets'])
H A Dnic_link_layer.py31 from lib.py import KsftFailEx, KsftSkipEx
91 raise KsftFailEx(f"Unable to set speed and duplex parameters for {cfg.ifname}")
H A Dnic_performance.py37 from lib.py import KsftFailEx, KsftSkipEx, GenerateTraffic
76 raise KsftFailEx(f"Not able to set speed and duplex parameters for {cfg.ifname}")
H A Drss_ctx.py11 from lib.py import KsftSkipEx, KsftFailEx
127 raise KsftFailEx("ethtool results missing key: " + k)
129 raise KsftFailEx(f"ethtool results empty for '{k}': {data[k]}")
706 raise KsftFailEx(f"deleted context {ctx_id} used by rule {ntuple_id}")
/linux-6.15/tools/testing/selftests/drivers/net/
H A Dqueues.py5 from lib.py import ksft_eq, ksft_not_in, ksft_raises, KsftSkipEx, KsftFailEx
33 raise KsftFailEx('unable to create AF_XDP socket')
H A Dping.py7 from lib.py import ksft_eq, KsftSkipEx, KsftFailEx
125 raise KsftFailEx('Can not get remote interface')
/linux-6.15/tools/testing/selftests/net/lib/py/
H A Dksft.py17 class KsftFailEx(Exception): class