Searched refs:nsim_test (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | env.py | 75 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 D | xsk_reconfig.py | 54 with NetDrvEnv(__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 | irq.py | 88 with NetDrvEnv(__file__, nsim_test=False) as cfg:
|
| H A D | rss_input_xfrm.py | 114 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 | rss_flow_label.py | 164 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
|
| H A D | nic_timestamp.py | 216 with NetDrvEnv(__file__, nsim_test=False) as cfg:
|
| H A D | tso.py | 224 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 | 907 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | gro.py | 170 cfg.require_nsim(nsim_test=False)
|