Searched refs:KsftFailEx (Results 1 – 14 of 14) sorted by relevance
| /tools/testing/selftests/drivers/net/hw/ |
| A D | devlink_rate_tc_bw.py | 63 from lib.py import KsftSkipEx, KsftFailEx, KsftXfailEx 224 raise KsftFailEx(f"rate_set failed on VF port {port_index}") from exc 271 raise KsftFailEx("iperf3 barrier wait timed") from exc 323 raise KsftFailEx("iperf3 client failed; cannot evaluate bandwidth") 332 raise KsftFailEx(f"Missing expected TC results in {results}") 378 raise KsftFailEx( 425 raise KsftFailEx(fail_bw_msg) 427 raise KsftFailEx("mlx5 behavior changed:" + pass_bw_msg) 439 raise KsftFailEx("Bandwidth did not match 80/20 split with TC mapping")
|
| A D | rss_api.py | 12 from lib.py import KsftSkipEx, KsftFailEx 168 raise KsftFailEx("No notification received") 175 raise KsftFailEx("No notification received after reset") 198 raise KsftFailEx("No notification received") 380 raise KsftFailEx("No notification received after IOCTL change") 388 raise KsftFailEx("No notification received after Netlink change") 443 raise KsftFailEx("[NL] No notification after context creation") 449 raise KsftFailEx("[NL] No notification after context deletion") 457 raise KsftFailEx("[IOCTL] No notification after context creation") 462 raise KsftFailEx("[IOCTL] No notification after context deletion")
|
| A D | xsk_reconfig.py | 16 from lib.py import KsftSkipEx, KsftFailEx 31 raise KsftFailEx('unable to create AF_XDP socket')
|
| 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'])
|
| A D | rss_input_xfrm.py | 9 from lib.py import KsftSkipEx, KsftFailEx 65 raise KsftFailEx("Failed to run traffic")
|
| 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}")
|
| /tools/testing/selftests/drivers/net/ |
| A D | netpoll_basic.py | 37 KsftFailEx, 158 raise KsftFailEx( 187 raise KsftFailEx( 220 raise KsftFailEx( 264 raise KsftFailEx("BPFtrace didn't start") 276 raise KsftFailEx(f"bpftrace failed to run!?: {MAPS}") 321 raise KsftFailEx(
|
| 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')
|
| A D | stats.py | 13 from lib.py import KsftSkipEx, KsftFailEx 92 raise KsftFailEx("RTNL stats are lower, fetched later") 95 raise KsftFailEx("Qstats are lower, fetched later")
|
| A D | xdp.py | 15 from lib.py import KsftFailEx, NetDrvEpEnv, EthtoolFamily, NlError 180 raise KsftFailEx(f"Failed to get stats for map {xdp_map_id}") 334 raise KsftFailEx("Missing 'status' key in result dictionary") 339 raise KsftFailEx(f"{res['reason']}")
|
| A D | ping.py | 7 from lib.py import ksft_eq, KsftSkipEx, KsftFailEx 135 raise KsftFailEx('Can not get remote interface')
|
| /tools/testing/selftests/drivers/net/lib/py/ |
| A D | __init__.py | 20 from net.lib.py import KsftSkipEx, KsftFailEx, KsftXfailEx
|
| /tools/testing/selftests/drivers/net/hw/lib/py/ |
| A D | __init__.py | 21 from net.lib.py import KsftSkipEx, KsftFailEx, KsftXfailEx
|
| /tools/testing/selftests/net/lib/py/ |
| A D | ksft.py | 18 class KsftFailEx(Exception): class
|
Completed in 17 milliseconds