[PATCH v3 06/12] dst: add basic capability support
Juraj Linkeš
juraj.linkes at pantheon.tech
Thu Sep 5 11:51:36 CEST 2024
On 3. 9. 2024 18:03, Dean Marx wrote:
> On Wed, Aug 21, 2024 at 10:53 AM Juraj Linkeš
> <juraj.linkes at pantheon.tech> 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š <juraj.linkes at pantheon.tech>
>
>
> 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 <dmarx at iol.unh.edu <mailto:dmarx at iol.unh.edu>>
More information about the dev
mailing list