Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py96 def __init__(self, src_path, nsim_test=None, **kwargs): argument
102 if nsim_test is True:
107 if nsim_test is False:
135 def __init__(self, src_path, nsim_test=None, queue_count=None): argument
152 if nsim_test is True:
165 if nsim_test is False:
292 def require_nsim(self, nsim_test=True): argument
294 if nsim_test and self._ns is None:
296 if nsim_test is False and self._ns is not None:
/linux/tools/testing/selftests/drivers/net/hw/
H A Drss_input_xfrm.py114 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Dpp_alloc_fail.py137 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Dcsum.py88 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Dipsec_vxlan.py198 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Ddevlink_rate_cross_esw.py281 with NetDrvEnv(__file__, nsim_test=False) as cfg:
H A Dtso.py223 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.py1018 with NetDrvEpEnv(__file__, nsim_test=False) as cfg: