Re: [PATCH] pytest:Shutdown power-supply to board after the pytest execution

2021-05-29 Thread Adarsh Babu Kalepalli
Hi Stephen, > FWIW, this violates the original design of the test system. Turning the > board off at the end of the test is a policy decision that not all > use-cases will want, Wasn't aware that powering OFF the board would not be a preferred choice for certain test cases. Executing python test

Re: [PATCH] pytest:Shutdown power-supply to board after the pytest execution

2021-05-27 Thread Stephen Warren
On 5/27/21 2:33 AM, opensource@gmail.com wrote: From: Adarsh Babu Kalepalli After executing the test-cases from pytest ,the board is still powered.Shutting down the board power supply at this point ,would keep the board safe. FWIW, this violates the original design of the test system. Tur

[PATCH] pytest:Shutdown power-supply to board after the pytest execution

2021-05-27 Thread opensource . kab
From: Adarsh Babu Kalepalli After executing the test-cases from pytest ,the board is still powered.Shutting down the board power supply at this point ,would keep the board safe. Signed-off-by: Adarsh Babu Kalepalli --- test/py/conftest.py | 7 +++ 1 file changed, 7 insertions(+) diff --g