Home
last modified time | relevance | path

Searched refs:KsftSkipEx (Results 1 – 21 of 21) sorted by relevance

/tools/testing/selftests/drivers/net/
A Dhds.py6 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 Dshaper.py4 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 Dqueues.py5 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 Dnetpoll_basic.py38 KsftSkipEx,
76 raise KsftSkipEx(
109 raise KsftSkipEx(
134 raise KsftSkipEx(
252 raise KsftSkipEx("BPFtrace thread is not alive. Skipping test")
378 raise KsftSkipEx(
A Dstats.py13 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 Dping.py7 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 Dpp_alloc_fail.py8 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 Dxsk_reconfig.py16 from lib.py import KsftSkipEx, KsftFailEx
29 raise KsftSkipEx('AF_XDP unsupported')
37 raise KsftSkipEx('Failed to bind XDP socket in zerocopy.\n' \
A Drss_input_xfrm.py9 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 Ddevlink_rate_tc_bw.py63 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 Diou-zcrx.py6 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 Drss_ctx.py11 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 Dcsum.py8 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 Ddevmem.py6 from lib.py import ksft_eq, KsftSkipEx
19 raise KsftSkipEx("Test requires devmem support")
A Dirq.py6 from lib.py import KsftSkipEx
39 raise KsftSkipEx(f"Device has no NAPI with IRQ attribute (#napis: {len(napis)}")
A Dtso.py12 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 Drss_api.py12 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 Denv.py6 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__.py20 from net.lib.py import KsftSkipEx, KsftFailEx, KsftXfailEx
/tools/testing/selftests/net/lib/py/
A Dksft.py22 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__.py21 from net.lib.py import KsftSkipEx, KsftFailEx, KsftXfailEx

Completed in 23 milliseconds