Lines Matching refs:KsftSkipEx
11 from lib.py import KsftSkipEx, KsftFailEx
59 … raise KsftSkipEx("Ntuple filters not enabled on the device: " + str(features["ntuple-filters"]))
67 …raise KsftSkipEx(f"Test requires at least {need_cnt} contexts, but device only has {cfg.context_cn…
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")
742 raise KsftSkipEx("Ntuple filter with RSS and nonzero action not supported")
769 raise KsftSkipEx("Not enough queues for the test") from exc