Re: [PATCH] test/py: sleep: Add a test for the time command

2023-09-26 Thread Tom Rini
On Tue, Sep 26, 2023 at 05:08:35PM +0530, Love Kumar wrote: > Execute "time ", and validate that it gives the approximately > the correct amount of command execution time. > > Signed-off-by: Love Kumar > --- > test/py/tests/test_sleep.py | 20 > 1 file changed, 20 insertions

[PATCH] test/py: sleep: Add a test for the time command

2023-09-26 Thread Love Kumar
Execute "time ", and validate that it gives the approximately the correct amount of command execution time. Signed-off-by: Love Kumar --- test/py/tests/test_sleep.py | 20 1 file changed, 20 insertions(+) diff --git a/test/py/tests/test_sleep.py b/test/py/tests/test_sleep.p