Re: [PATCH v1 3/4] test/py: introduce test for ab_dump command

2024-07-29 Thread Dmitry Rokosov
Hello Simon, On Sun, Jul 28, 2024 at 01:36:05PM -0600, Simon Glass wrote: > Hi Dmitry, > > On Thu, 25 Jul 2024 at 14:55, Dmitry Rokosov > wrote: > > > > The ab_dump command allows you to display ABC data directly on the > > U-Boot console. During an A/B test execution, this test verifies the >

Re: [PATCH v1 3/4] test/py: introduce test for ab_dump command

2024-07-28 Thread Simon Glass
Hi Dmitry, On Thu, 25 Jul 2024 at 14:55, Dmitry Rokosov wrote: > > The ab_dump command allows you to display ABC data directly on the > U-Boot console. During an A/B test execution, this test verifies the > accuracy of each field within the ABC data. > > Signed-off-by: Dmitry Rokosov > --- >

[PATCH v1 3/4] test/py: introduce test for ab_dump command

2024-07-25 Thread Dmitry Rokosov
The ab_dump command allows you to display ABC data directly on the U-Boot console. During an A/B test execution, this test verifies the accuracy of each field within the ABC data. Signed-off-by: Dmitry Rokosov --- test/py/tests/test_android/test_ab.py | 23 +++ 1 file