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

Juraj Linkeš juraj.linkes at pantheon.tech
Wed Apr 6 17:18:46 CEST 2022


---
 dts/framework/test_capabilities.py | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 dts/framework/test_capabilities.py

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"]}
-- 
2.20.1



More information about the dev mailing list