test suite reviews and discussions
 help / color / mirror / Atom feed
From: Yash Sharma <ysharma@marvell.com>
To: <dts@dpdk.org>, <lijuan.tu@intel.com>
Cc: <shshaikh@marvell.com>, <psurana@marvell.com>,
	<srane@marvell.com>, yash <ysharma@marvell.com>
Subject: [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.
Date: Fri, 5 Jul 2019 06:55:17 -0700	[thread overview]
Message-ID: <20190705135517.6466-1-ysharma@marvell.com> (raw)

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


             reply	other threads:[~2019-07-05 13:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-05 13:55 Yash Sharma [this message]
2019-07-10  5:22 ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190705135517.6466-1-ysharma@marvell.com \
    --to=ysharma@marvell.com \
    --cc=dts@dpdk.org \
    --cc=lijuan.tu@intel.com \
    --cc=psurana@marvell.com \
    --cc=shshaikh@marvell.com \
    --cc=srane@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).