--- 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