Searched refs:nsim_test (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | env.py | 96 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 D | rss_input_xfrm.py | 114 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
|
| H A D | pp_alloc_fail.py | 137 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
|
| H A D | csum.py | 88 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
|
| H A D | ipsec_vxlan.py | 198 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
|
| H A D | devlink_rate_cross_esw.py | 281 with NetDrvEnv(__file__, nsim_test=False) as cfg:
|
| H A D | tso.py | 223 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
|
| H A D | devlink_rate_tc_bw.py | 420 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
|
| H A D | rss_api.py | 469 with NetDrvEnv(__file__, nsim_test=False) as cfg:
|
| H A D | rss_ctx.py | 1018 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
|