Quoting David Gow (2024-06-13 00:50:10) > On Tue, 4 Jun 2024 at 06:38, Stephen Boyd <[email protected]> wrote: > > > > Test the KUnit test managed overlay APIs. Confirm that platform devices > > are created and destroyed properly. This provides us confidence that the > > test managed APIs work correctly and can be relied upon to provide tests > > with fake platform devices and device nodes via overlays compiled into > > the kernel image. > > > > Cc: Rob Herring <[email protected]> > > Cc: Saravana Kannan <[email protected]> > > Cc: Daniel Latypov <[email protected]> > > Cc: Brendan Higgins <[email protected]> > > Cc: David Gow <[email protected]> > > Cc: Rae Moar <[email protected]> > > Reviewed-by: Rob Herring (Arm) <[email protected]> > > Signed-off-by: Stephen Boyd <[email protected]> > > --- > > This is looking good from my point of view, and passes on my test > setup. One minor question (do we need both to select OF_OVERLAY and > skip if it's not enabled?), but otherwise:
We don't need to skip if OF_OVERLAY isn't set because it's forced on for the test. I'll remove it, thanks.
