[PATCH 17/17] test/py: add a ping6 test

2022-09-08 Thread Viacheslav Mitrofanov
Add a simple ICMPv6 echo request test Signed-off-by: Viacheslav Mitrofanov Reviewed-by: Simon Glass --- test/py/tests/test_net.py | 15 +++ 1 file changed, 15 insertions(+) diff --git a/test/py/tests/test_net.py b/test/py/tests/test_net.py index 9ca6743afd..bd3d60774b 100644 --- a/

[PATCH 17/17] test/py: add a ping6 test

2022-09-06 Thread Viacheslav Mitrofanov
Add a simple ICMPv6 echo request test Signed-off-by: Viacheslav Mitrofanov --- test/py/tests/test_net.py | 15 +++ 1 file changed, 15 insertions(+) diff --git a/test/py/tests/test_net.py b/test/py/tests/test_net.py index 9ca6743afd..bd3d60774b 100644 --- a/test/py/tests/test_net.py

Re: [PATCH 17/17] test/py: add a ping6 test

2022-08-31 Thread Simon Glass
On Tue, 30 Aug 2022 at 07:04, Viacheslav Mitrofanov wrote: > > Add a simple ICMPv6 echo request test > > Signed-off-by: Viacheslav Mitrofanov > --- > test/py/tests/test_net.py | 15 +++ > 1 file changed, 15 insertions(+) Reviewed-by: Simon Glass > > diff --git a/test/py/tests/tes

[PATCH 17/17] test/py: add a ping6 test

2022-08-30 Thread Viacheslav Mitrofanov
Add a simple ICMPv6 echo request test Signed-off-by: Viacheslav Mitrofanov --- test/py/tests/test_net.py | 15 +++ 1 file changed, 15 insertions(+) diff --git a/test/py/tests/test_net.py b/test/py/tests/test_net.py index 9ca6743afd..bd3d60774b 100644 --- a/test/py/tests/test_net.py