[dts] [PATCH 1/1] framework/test_capabilities.py fastlinq adapters doesn't support SCTP checksum offload, adding driver in Dictionary so that test escape SCTP Checksum part but continue to test other Checksum offload.

Yash Sharma ysharma at marvell.com
Fri Jul 5 15:55:17 CEST 2019


From: yash <ysharma at marvell.com>

Signed-off-by: yash <ysharma at marvell.com>
---
 framework/test_capabilities.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/test_capabilities.py b/framework/test_capabilities.py
index 2ad3fae..79a6dee 100644
--- a/framework/test_capabilities.py
+++ b/framework/test_capabilities.py
@@ -3,7 +3,7 @@
 Dict used to skip parts of tests if NIC is known not to support them
 """
 DRIVER_TEST_LACK_CAPA = {
-	'sctp_tx_offload' : ['thunder-nicvf', 'fm10k']
+	'sctp_tx_offload' : ['thunder-nicvf', 'fm10k', 'qede']
 }
 
 
-- 
1.8.3.1



More information about the dts mailing list