[Bug 1351] Testbed capabilities for test case skipping

bugzilla at dpdk.org bugzilla at dpdk.org
Wed Jan 10 10:38:21 CET 2024


https://bugs.dpdk.org/show_bug.cgi?id=1351

            Bug ID: 1351
           Summary: Testbed capabilities for test case skipping
           Product: DPDK
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: dts
          Assignee: dev at dpdk.org
          Reporter: juraj.linkes at pantheon.tech
                CC: juraj.linkes at pantheon.tech, probb at iol.unh.edu
  Target Milestone: ---

The different hardware DPDK supports is not homogeneous and support a variety
of different features. A user-friendly solution would probe the hardware under
test and skip all test cases that cannot be executed due to missing features.

There are multiple dimensions to this task.
1. Device probing. We can leverage existing DPDK probing capabilities in a DPDK
app. A machine-readable output format must be defined, such as json. The fields
themselves must be well-defined.
2. Test case/suite marking with required capabilities. If a test case isn't
marked, it should run on all hardware. There could be different names for the
same feature across different hardware, in which case we should decide whether
we want to merge these under one DTS-defined name or we'll mark each test
case/suite with multiple names.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20240110/685d6389/attachment.htm>


More information about the dev mailing list