[RFC,v1,06/23] dts: merge DTS framework/test_capabilities.py to DPDK

Message ID 20220406151903.2916254-7-juraj.linkes@pantheon.tech (mailing list archive)
State RFC, archived
Delegated to: Thomas Monjalon
Headers
Series merge DTS test resource files to DPDK |

Checks

Context Check Description
ci/checkpatch warning coding style issues

Commit Message

Juraj Linkeš April 6, 2022, 3:18 p.m. UTC
  ---
 dts/framework/test_capabilities.py | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 dts/framework/test_capabilities.py
  

Patch

diff --git a/dts/framework/test_capabilities.py b/dts/framework/test_capabilities.py
new file mode 100644
index 0000000000..5442f89e1d
--- /dev/null
+++ b/dts/framework/test_capabilities.py
@@ -0,0 +1,5 @@ 
+# this structure will be used to determine which parts of tests should be skipped
+"""
+Dict used to skip parts of tests if NIC is known not to support them
+"""
+DRIVER_TEST_LACK_CAPA = {"sctp_tx_offload": ["thunder-nicvf", "qede"]}