Hi Sam, On Tue, 7 Oct 2025 at 13:32, Sam Protsenko <[email protected]> wrote: > > Hi Simon, > > On Mon, Oct 6, 2025 at 3:40 PM Simon Glass <[email protected]> wrote: > > [snip] > > > > > Reviewed-by: Simon Glass <[email protected]> > > > > If you like, you could an a test for this to bootflow_cmd_info() > > > > I remember the last time when I tried running bootstd tests they were > broken. Are they functional now? Also, do we have some short > documentation on running bootstd tests? If so, could you please > reference it. I mean, I can add the test, but unfortunately don't have > enough time to fix the broken test suite (if it's still broken).
It runs in CI so I don't think it can be broken. But perhaps it doesn't work locally for you? You need to run test.py first (e.g. with -k bootstd) to get it to create the test files. After that you can just run sandbox with 'ut bootstd ...' which is a bit quicker. There is quite a bit of documentation too at [1] Regards, Simon [1] https://docs.u-boot.org/en/latest/develop/testing.html

