Home
last modified time | relevance | path

Searched refs:nsim_test (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py75 def __init__(self, src_path, nsim_test=None, **kwargs): argument
81 if nsim_test is True:
86 if nsim_test is False:
113 def __init__(self, src_path, nsim_test=None): argument
129 if nsim_test is True:
142 if nsim_test is False:
251 def require_nsim(self, nsim_test=True): argument
253 if nsim_test and self._ns is None:
255 if nsim_test is False and self._ns is not None:
/linux/tools/testing/selftests/drivers/net/hw/
H A Dxsk_reconfig.py54 with NetDrvEnv(__file__, nsim_test=False) as cfg:
H A Dpp_alloc_fail.py137 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Dirq.py88 with NetDrvEnv(__file__, nsim_test=False) as cfg:
H A Drss_input_xfrm.py114 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Dcsum.py88 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Drss_flow_label.py164 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Dnic_timestamp.py216 with NetDrvEnv(__file__, nsim_test=False) as cfg:
H A Dtso.py224 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Ddevlink_rate_tc_bw.py420 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Drss_api.py469 with NetDrvEnv(__file__, nsim_test=False) as cfg:
H A Drss_ctx.py907 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
/linux/tools/testing/selftests/drivers/net/
H A Dgro.py170 cfg.require_nsim(nsim_test=False)