Re: pytest to test reset

2020-08-15 Thread Simon Glass
Hi Peng,

On Wed, 12 Aug 2020 at 02:13, Peng Fan  wrote:
>
> Hi All,
>
> Any ideas how to test uboot reset cmd many times with pytest?

Can you use sysreset_allowed[] perhaps?

Regards,
Simon


pytest to test reset

2020-08-12 Thread Peng Fan
Hi All,

Any ideas how to test uboot reset cmd many times with pytest?

Thanks,
Peng.