Searched refs:KsftSkipEx (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/drivers/net/ |
H 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') 18 raise KsftSkipEx('tcp-data-split not supported by device') 38 raise KsftSkipEx('ring-get not supported by device') 41 raise KsftSkipEx('setting Tx ring size not supported') 58 raise KsftSkipEx('ring-get not supported by device') 60 raise KsftSkipEx('hds-thresh not supported by device') 67 raise KsftSkipEx("disabling of HDS not supported by the device") 69 raise KsftSkipEx("ring-set not supported by the device") 73 raise KsftSkipEx('ring-get not supported by device') [all …]
|
H A D | queues.py | 5 from lib.py import ksft_eq, ksft_raises, KsftSkipEx 31 raise KsftSkipEx('queue-get not supported by device') 40 raise KsftSkipEx('queue-get not supported by device') 44 raise KsftSkipEx('cannot decrement queue: already at 1')
|
H A D | stats.py | 9 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")
|
H A D | ping.py | 7 from lib.py import ksft_eq, KsftSkipEx, KsftFailEx 88 raise KsftSkipEx('device does not support native-XDP') 101 raise KsftSkipEx('device does not support native-multi-buffer XDP') 113 raise KsftSkipEx('device does not support offloaded XDP')
|
/linux/tools/testing/selftests/drivers/net/hw/ |
H A D | rss_ctx.py | 10 from lib.py import KsftSkipEx, KsftFailEx 58 … raise KsftSkipEx("Ntuple filters not enabled on the device: " + str(features["ntuple-filters"])) 112 KsftSkipEx("Device has fewer than 3 queues (or doesn't support queue stats)") 194 raise KsftSkipEx("Not enough queues for the test or qstat not supported") 297 raise KsftSkipEx(f"Not enough queues for the test: {ch_max}") 372 raise KsftSkipEx("Unable to add any contexts") 438 raise KsftSkipEx("Not enough queues for the test") 486 raise KsftSkipEx(f"Tested only {ctx_cnt} contexts, wanted {requested_ctx_cnt}") 525 raise KsftSkipEx("Not enough queues for the test") 581 raise KsftSkipEx(f"Tested only {ctx_cnt} contexts, wanted {requested_ctx_cnt}") [all …]
|
H 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}") 35 raise KsftSkipEx(f"Test requires tx checksum offload on {cfg.ifname}")
|
/linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
H A D | linkconfig.py | 4 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"]}')
|