Re: [PATCHv5 6/6] test: py: add initial coverage for scp03 cmd

2021-03-15 Thread Tom Rini
On Sun, Feb 14, 2021 at 04:27:28PM +0100, Jorge Ramirez-Ortiz wrote: > From: Igor Opaniuk > > Add initial test coverage for SCP03 command. > > Signed-off-by: Igor Opaniuk > Reviewed-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCHv5 6/6] test: py: add initial coverage for scp03 cmd

2021-02-14 Thread Jorge Ramirez-Ortiz
From: Igor Opaniuk Add initial test coverage for SCP03 command. Signed-off-by: Igor Opaniuk Reviewed-by: Simon Glass --- test/py/tests/test_scp03.py | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 test/py/tests/test_scp03.py diff --git a/test/py/tests/t

Re: [PATCHv5 6/6] test: py: add initial coverage for scp03 cmd

2021-02-12 Thread Simon Glass
Hi Jorge, On Tue, 9 Feb 2021 at 13:10, Jorge Ramirez-Ortiz wrote: > > From: Igor Opaniuk > > Add initial test coverage for SCP03 command. > > Signed-off-by: Igor Opaniuk > --- > test/py/tests/test_scp03.py | 27 +++ > 1 file changed, 27 insertions(+) > create mode 1006

[PATCHv5 6/6] test: py: add initial coverage for scp03 cmd

2021-02-09 Thread Jorge Ramirez-Ortiz
From: Igor Opaniuk Add initial test coverage for SCP03 command. Signed-off-by: Igor Opaniuk --- test/py/tests/test_scp03.py | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 test/py/tests/test_scp03.py diff --git a/test/py/tests/test_scp03.py b/test/py/tes