Home
last modified time | relevance | path

Searched refs:ksft_run (Results 1 – 25 of 26) sorted by relevance

12

/linux/tools/testing/selftests/net/
H A Drtnetlink.py4 from lib.py import ksft_exit, ksft_run, ksft_ge, RtnlAddrFamily
26 ksft_run([dump_mcaddr_check], args=(rtnl, ))
H A Dlink_netns.py6 from lib.py import ksft_run, ksft_exit, ksft_true
136 ksft_run([test_event, test_link_net, test_peer_net])
H A Dnl_netdev.py6 from lib.py import ksft_run, ksft_exit, ksft_pr
247 ksft_run([empty_check, lo_check, page_pool_check, napi_list_check,
/linux/tools/testing/selftests/drivers/net/
H A Dnapi_id.py4 from lib.py import ksft_run, ksft_exit
19 ksft_run([test_napi_id], args=(cfg,))
H A Dnapi_threaded.py8 from lib.py import ksft_run, ksft_exit
106 ksft_run([change_num_queues,
H A Dqueues.py4 from lib.py import ksft_disruptive, ksft_exit, ksft_run
119 ksft_run([get_queues, addremove_queues, check_down, check_xsk],
H A Dhds.py6 from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_raises, KsftSkipEx
272 ksft_run([get_hds,
H A Dnetpoll_basic.py36 ksft_run,
388 ksft_run(
H A Dstats.py11 from lib.py import ksft_run, ksft_exit, ksft_pr
282 ksft_run([check_pause, check_fec, pkt_byte_sum, qstat_by_ifindex,
H A Dping.py6 from lib.py import ksft_run, ksft_exit
229 ksft_run([test_default_v4,
H A Dshaper.py4 from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_true, KsftSkipEx
447 ksft_run([get_shapers,
H A Dxdp.py14 from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_ne, ksft_pr
636 manager to manage the network driver environment and the ksft_run
641 ksft_run(
/linux/tools/testing/selftests/drivers/net/hw/
H A Dxsk_reconfig.py15 from lib.py import ksft_exit, ksft_run
55 ksft_run([check_xdp_bind, check_rx_resize],
H A Ddevmem.py5 from lib.py import ksft_run, ksft_exit
71 ksft_run([check_rx, check_tx, check_tx_chunks],
H A Dpp_alloc_fail.py7 from lib.py import ksft_run, ksft_exit, ksft_pr
125 ksft_run([test_pp_alloc], args=(cfg, netdevnl, ))
H A Drss_input_xfrm.py6 from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_ge, cmd, fd_read_timeout
86 ksft_run([test_rss_input_xfrm_ipv4, test_rss_input_xfrm_ipv6],
H A Dirq.py4 from lib.py import ksft_run, ksft_exit
92 ksft_run([check_irqs_reported, check_reconfig_queues,
H A Dcsum.py8 from lib.py import ksft_run, ksft_exit, KsftSkipEx
105 ksft_run(cases=cases, args=(cfg, ))
H A Diou-zcrx.py6 from lib.py import ksft_run, ksft_exit, KsftSkipEx
140 ksft_run(globs=globals(), case_pfx={"test_"}, args=(cfg, ))
H A Dtso.py12 from lib.py import ksft_pr, ksft_run, ksft_exit, KsftSkipEx, KsftXfailEx
255 ksft_run(cases=cases, args=(cfg, ))
H A Ddevlink_rate_tc_bw.py62 from lib.py import ksft_pr, ksft_run, ksft_exit
460 ksft_run(cases=cases, args=(cfg,))
H A Drss_api.py11 from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_is, ksft_ne, ksft_raises
471 ksft_run(globs=globals(), case_pfx={"test_"}, args=(cfg, ))
/linux/tools/testing/selftests/drivers/net/lib/py/
H A D__init__.py21 from net.lib.py import ksft_disruptive, ksft_exit, ksft_pr, ksft_run, \
/linux/tools/testing/selftests/drivers/net/hw/lib/py/
H A D__init__.py22 from net.lib.py import ksft_disruptive, ksft_exit, ksft_pr, ksft_run, \
/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py48 if frame.function == 'ksft_run':
213 def ksft_run(cases=None, globs=None, case_pfx=None, args=()): function

12