Searched refs:KsftSkipEx (Results 1 – 21 of 21) sorted by relevance
| /tools/testing/selftests/drivers/net/ |
| A D | hds.py | 6 from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_raises, KsftSkipEx 16 raise KsftSkipEx('ring-get not supported by device') 37 raise KsftSkipEx('ring-get not supported by device') 40 raise KsftSkipEx('setting Tx ring size not supported') 57 raise KsftSkipEx('ring-get not supported by device') 59 raise KsftSkipEx('hds-thresh not supported by device') 72 raise KsftSkipEx('ring-get not supported by device') 89 raise KsftSkipEx('ring-get not supported by device') 106 raise KsftSkipEx('ring-get not supported by device') 116 raise KsftSkipEx('ring-get not supported by device') [all …]
|
| A D | shaper.py | 4 from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_true, KsftSkipEx 15 raise KsftSkipEx("shapers not supported by the device") 26 raise KsftSkipEx("shapers not supported by the device") 39 raise KsftSkipEx("shapers not supported by the device") 112 raise KsftSkipEx("shapers not supported by the device") 139 raise KsftSkipEx("netdev shaper not supported by the device") 148 raise KsftSkipEx("shapers not supported by the device") 193 raise KsftSkipEx("shapers not supported by the device") 202 raise KsftSkipEx("shapers not supported by the device") 286 raise KsftSkipEx("device does not support node scope") [all …]
|
| A D | queues.py | 5 from lib.py import ksft_eq, ksft_not_in, ksft_raises, KsftSkipEx, KsftFailEx 31 raise KsftSkipEx('AF_XDP unsupported') 42 raise KsftSkipEx("Netlink reports no queues") 67 raise KsftSkipEx('queue-get not supported by device') 76 raise KsftSkipEx('queue-get not supported by device') 80 raise KsftSkipEx('cannot decrement queue: already at 1')
|
| A D | netpoll_basic.py | 38 KsftSkipEx, 76 raise KsftSkipEx( 109 raise KsftSkipEx( 134 raise KsftSkipEx( 252 raise KsftSkipEx("BPFtrace thread is not alive. Skipping test") 378 raise KsftSkipEx(
|
| A D | stats.py | 13 from lib.py import KsftSkipEx, KsftFailEx 34 raise KsftSkipEx("pause not supported by the device") from e 52 raise KsftSkipEx("FEC not supported by the device") from e 75 raise KsftSkipEx("qstats not supported by the device") 117 raise KsftSkipEx("No ifindex supports qstats") 178 raise KsftSkipEx("qstats not supported by the device") from e
|
| A D | ping.py | 7 from lib.py import ksft_eq, KsftSkipEx, KsftFailEx 100 raise KsftSkipEx('device does not support native-XDP') 113 raise KsftSkipEx('device does not support native-multi-buffer XDP') 124 raise KsftSkipEx('device does not support offloaded XDP')
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | pp_alloc_fail.py | 8 from lib.py import KsftSkipEx, KsftFailEx 22 raise KsftSkipEx("Kernel built without function error injection (or DebugFS)") 70 raise KsftSkipEx("Driver does not report 'rx-alloc-fail' via qstats") 86 raise KsftSkipEx("Allocation failures not increasing") 88 … raise KsftSkipEx("Allocation increasing too slowly", s2['rx-alloc-fail'] - s1['rx-alloc-fail'],
|
| A D | xsk_reconfig.py | 16 from lib.py import KsftSkipEx, KsftFailEx 29 raise KsftSkipEx('AF_XDP unsupported') 37 raise KsftSkipEx('Failed to bind XDP socket in zerocopy.\n' \
|
| A D | rss_input_xfrm.py | 9 from lib.py import KsftSkipEx, KsftFailEx 33 raise KsftSkipEx("Need at least two CPUs to test symmetric RSS hash") 38 raise KsftSkipEx("socket.SO_INCOMING_CPU was added in Python 3.11") 45 raise KsftSkipEx("Symmetric RSS hash not requested")
|
| A D | devlink_rate_tc_bw.py | 63 from lib.py import KsftSkipEx, KsftFailEx, KsftXfailEx 117 raise KsftSkipEx(f"Failed to enable switchdev mode on {cfg.pci}") from exc 122 raise KsftSkipEx(f"Failed to enable SR-IOV on {cfg.ifname}") from exc 130 raise KsftSkipEx("VF interface not found") 192 raise KsftSkipEx("Could not find representor for the VF") 203 raise KsftSkipEx("Could not find VF port index") 223 raise KsftSkipEx("devlink rate configuration is not supported on the VF") from exc 371 raise KsftSkipEx( 453 raise KsftSkipEx("Could not get PCI address of the interface")
|
| A D | iou-zcrx.py | 6 from lib.py import ksft_run, ksft_exit, KsftSkipEx 46 raise KsftSkipEx('at least 2 combined channels required') 77 raise KsftSkipEx('at least 2 combined channels required') 108 raise KsftSkipEx('at least 2 combined channels required')
|
| A D | rss_ctx.py | 11 from lib.py import KsftSkipEx, KsftFailEx 121 KsftSkipEx("Device has fewer than 3 queues (or doesn't support queue stats)") 203 raise KsftSkipEx("Not enough queues for the test or qstat not supported") 306 raise KsftSkipEx(f"Not enough queues for the test: {ch_max}") 381 raise KsftSkipEx("Unable to add any contexts") 447 raise KsftSkipEx("Not enough queues for the test") 535 raise KsftSkipEx("Not enough queues for the test") 608 raise KsftSkipEx("Not enough queues for the test") 726 raise KsftSkipEx("Not enough queues for the test") 742 raise KsftSkipEx("Ntuple filter with RSS and nonzero action not supported") [all …]
|
| A D | csum.py | 8 from lib.py import ksft_run, ksft_exit, KsftSkipEx 15 raise KsftSkipEx(f"Test requires rx checksum offload on {cfg.ifname}") 32 raise KsftSkipEx(f"Test requires tx checksum offload on {cfg.ifname}")
|
| A D | devmem.py | 6 from lib.py import ksft_eq, KsftSkipEx 19 raise KsftSkipEx("Test requires devmem support")
|
| A D | irq.py | 6 from lib.py import KsftSkipEx 39 raise KsftSkipEx(f"Device has no NAPI with IRQ attribute (#napis: {len(napis)}")
|
| A D | tso.py | 12 from lib.py import ksft_pr, ksft_run, ksft_exit, KsftSkipEx, KsftXfailEx 141 raise KsftSkipEx(f"Device does not support LSO queue stats") 144 raise KsftSkipEx(f"Device does not support {feature}")
|
| A D | rss_api.py | 12 from lib.py import KsftSkipEx, KsftFailEx 21 raise KsftSkipEx(f"Local has only {qcnt} queues") 353 raise KsftSkipEx("no input-xfrm supported")
|
| /tools/testing/selftests/drivers/net/lib/py/ |
| A D | env.py | 6 from lib.py import KsftSkipEx, KsftXfailEx 247 raise KsftSkipEx(f"Test requires IPv{ipver} connectivity") 260 raise KsftSkipEx("Test requires command: " + comm) 263 raise KsftSkipEx("Test requires (remote) command: " + comm)
|
| A D | __init__.py | 20 from net.lib.py import KsftSkipEx, KsftFailEx, KsftXfailEx
|
| /tools/testing/selftests/net/lib/py/ |
| A D | ksft.py | 22 class KsftSkipEx(Exception): class 174 raise KsftSkipEx(f"marked as disruptive") 245 except KsftSkipEx as e:
|
| /tools/testing/selftests/drivers/net/hw/lib/py/ |
| A D | __init__.py | 21 from net.lib.py import KsftSkipEx, KsftFailEx, KsftXfailEx
|
Completed in 23 milliseconds