On Wed, Aug 21, 2024 at 10:53 AM Juraj Linkeš wrote: > A test case or suite may require certain capabilities to be present in > the tested environment. Add the basic infrastructure for checking the > support status of capabilities: > * The Capability ABC defining the common capability API > * Extension of the TestProtocol with required capabilities (each test > suite or case stores the capabilities it requires) > * Integration with the runner which calls the new APIs to get which > capabilities are supported. > > Signed-off-by: Juraj Linkeš > Looks all good to me, it was interesting to see how you've used abstract methods in the Capability class. The only thing I noticed was it seems like you wrote "dst" instead of "dts" in the commit message, otherwise: Reviewed-by: Dean Marx