Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/drivers/net/
H 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 …]
H 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 …]
H 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')
H A Dping.py7 from lib.py import ksft_eq, KsftSkipEx, KsftFailEx
90 raise KsftSkipEx('device does not support native-XDP')
103 raise KsftSkipEx('device does not support native-multi-buffer XDP')
114 raise KsftSkipEx('device does not support offloaded XDP')
H A Dstats.py9 from lib.py import KsftSkipEx, KsftXfailEx
63 raise KsftSkipEx("qstats not supported by the device")
106 raise KsftSkipEx("No ifindex supports qstats")
165 raise KsftSkipEx("qstats not supported by the device")
/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Dnic_link_layer.py31 from lib.py import KsftFailEx, KsftSkipEx
37 KsftSkipEx("Partner interface is not available")
41 raise KsftSkipEx(f"Link state of interface {cfg.ifname} is DOWN")
45 raise KsftSkipEx(f"Link state of interface {cfg.ifname} is DOWN")
49KsftSkipEx(f"Auto-negotiation state not available for interface {link_config.partner_netif}")
57 KsftSkipEx(f"Auto-negotiation state not available for interface {cfg.ifname}")
65 KsftSkipEx(f"Link status not available for interface {cfg.ifname}")
75 raise KsftSkipEx(f"Unable to set auto-negotiation state for interface {cfg.ifname}")
83 KsftSkipEx("No common link modes exist")
97 KsftSkipEx(f"No supported speeds or duplex modes found for interface {cfg.ifname}")
[all …]
H A Dnic_performance.py37 from lib.py import KsftFailEx, KsftSkipEx, GenerateTraffic
51 KsftSkipEx(f"Link state of interface {cfg.ifname} is DOWN")
54 KsftSkipEx("No common link modes found")
56 KsftSkipEx("Partner interface is not available")
58 KsftSkipEx("Auto-negotiation not supported by local")
60 KsftSkipEx("Auto-negotiation not supported by remote")
79 raise KsftSkipEx(f"Link state of interface {cfg.ifname} is DOWN")
86 raise KsftSkipEx("Error occurred during data transmit: {send_result.stdout}")
97 raise KsftSkipEx("Error occurred during data receive: {receive_result.stdout}")
H 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'],
H 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")
497 raise KsftSkipEx(f"Tested only {ctx_cnt} contexts, wanted {requested_ctx_cnt}")
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")
[all …]
H A Drss_input_xfrm.py9 from lib.py import KsftSkipEx, KsftFailEx
33 raise KsftSkipEx("Need at least two CPUs to test symmetric RSS hash")
40 raise KsftSkipEx("Symmetric RSS hash not requested")
H 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}")
H A Ddevmem.py5 from lib.py import ksft_eq, KsftSkipEx
19 raise KsftSkipEx("Test requires devmem support")
H A Dirq.py6 from lib.py import KsftSkipEx
39 raise KsftSkipEx(f"Device has no NAPI with IRQ attribute (#napis: {len(napis)}")
H A Diou-zcrx.py34 raise KsftSkipEx('at least 2 combined channels required')
60 raise KsftSkipEx('at least 2 combined channels required')
H A Dtso.py12 from lib.py import ksft_pr, ksft_run, ksft_exit, KsftSkipEx, KsftXfailEx
129 raise KsftSkipEx(f"Device does not support LSO queue stats")
/linux-6.15/tools/testing/selftests/drivers/net/hw/lib/py/
H A Dlinkconfig.py4 from lib.py import ksft_pr, ksft_eq, KsftSkipEx
158 raise KsftSkipEx("Link is DOWN")
173 raise KsftSkipEx(f"Link modes not available for {self.cfg.ifname}")
175 raise KsftSkipEx(f"Partner link modes not available for {self.cfg.ifname}")
221 … raise KsftSkipEx(f'Field {field} does not exist in the output of interface {json_data["ifname"]}')
/linux-6.15/tools/testing/selftests/net/lib/py/
H A Dksft.py21 class KsftSkipEx(Exception): class
168 raise KsftSkipEx(f"marked as disruptive")
224 except KsftSkipEx as e:
/linux-6.15/tools/testing/selftests/drivers/net/lib/py/
H 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)