test suite reviews and discussions
 help / color / mirror / Atom feed
* [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.
@ 2019-07-05 13:55 Yash Sharma
  2019-07-10  5:22 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Yash Sharma @ 2019-07-05 13:55 UTC (permalink / raw)
  To: dts, lijuan.tu; +Cc: shshaikh, psurana, srane, yash

From: yash <ysharma@marvell.com>

Signed-off-by: yash <ysharma@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-10  5:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-05 13:55 [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
2019-07-10  5:22 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).