Searched refs:KsftFailEx (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | rss_input_xfrm.py | 9 from lib.py import KsftSkipEx, KsftFailEx 60 raise KsftFailEx("Failed to run traffic")
|
| H A D | pp_alloc_fail.py | 8 from lib.py import KsftSkipEx, KsftFailEx 59 raise KsftFailEx("Traffic seems low:", stat2['rx-packets'] - stat1['rx-packets'])
|
| H A D | nic_link_layer.py | 31 from lib.py import KsftFailEx, KsftSkipEx 91 raise KsftFailEx(f"Unable to set speed and duplex parameters for {cfg.ifname}")
|
| H A D | nic_performance.py | 37 from lib.py import KsftFailEx, KsftSkipEx, GenerateTraffic 76 raise KsftFailEx(f"Not able to set speed and duplex parameters for {cfg.ifname}")
|
| H A D | rss_ctx.py | 11 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 D | queues.py | 5 from lib.py import ksft_eq, ksft_not_in, ksft_raises, KsftSkipEx, KsftFailEx 33 raise KsftFailEx('unable to create AF_XDP socket')
|
| H A D | ping.py | 7 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 D | ksft.py | 17 class KsftFailEx(Exception): class
|