On 3. 9. 2024 18:03, Dean Marx wrote:
On Wed, Aug 21, 2024 at 10:53 AM Juraj Linkeš <[email protected]> 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š <[email protected]>


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:


Oh, right, thanks for the catch.

Reviewed-by: Dean Marx <[email protected] <mailto:[email protected]>>

Reply via email to