Re: [PATCH net-next 5/6] selftests: net: support use of NetdevSimDev under "with" in python

2024-04-12 Thread Petr Machata
Jakub Kicinski writes: > Using "with" on an entire driver test env is supported already, > but it's also useful to use "with" on an individual nsim. > > Signed-off-by: Jakub Kicinski Reviewed-by: Petr Machata

[PATCH net-next 5/6] selftests: net: support use of NetdevSimDev under "with" in python

2024-04-10 Thread Jakub Kicinski
Using "with" on an entire driver test env is supported already, but it's also useful to use "with" on an individual nsim. Signed-off-by: Jakub Kicinski --- tools/testing/selftests/net/lib/py/nsim.py | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git