From patchwork Sat Feb 20 14:50:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 88024 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9544CA0524; Sat, 20 Feb 2021 07:22:23 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9DE1E4003E; Sat, 20 Feb 2021 07:22:22 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id A05A34003C for ; Sat, 20 Feb 2021 07:22:20 +0100 (CET) IronPort-SDR: fuY23RcYDQoMyMNMaY7oJZ77r1/9q3qahNtrflMBt45nE70Pe1sE0mZ5Lbg1DaEln4epUzsY7T 6dleGj9lhQ1A== X-IronPort-AV: E=McAfee;i="6000,8403,9900"; a="181497797" X-IronPort-AV: E=Sophos;i="5.81,192,1610438400"; d="scan'208";a="181497797" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Feb 2021 22:22:19 -0800 IronPort-SDR: aB3J6bI5J12yi7w073/HJelwFe6vDwHtyiGQKD9uO/7Y+JXoLK8w/yE30AdTnwb2AXXB+2VzQ5 SvNAA4cUXRBg== X-IronPort-AV: E=Sophos;i="5.81,192,1610438400"; d="scan'208";a="401358487" Received: from unknown (HELO cvl_100g_103.icx.intel.com) ([10.240.183.103]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Feb 2021 22:22:17 -0800 From: xiewei To: dts@dpdk.org Cc: xiewei Date: Sat, 20 Feb 2021 22:50:40 +0800 Message-Id: <20210220145040.11528-1-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] tests/userspace_ethtool: add cvl_100g nic supported X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" add CVL_100G*2 into list. Signed-off-by: xiewei Tested-by: Xie,WeiX < weix.xie@intel.com> Acked-by: Haiyang Zhao --- tests/TestSuite_userspace_ethtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_userspace_ethtool.py b/tests/TestSuite_userspace_ethtool.py index d73a7e16..fd65d718 100644 --- a/tests/TestSuite_userspace_ethtool.py +++ b/tests/TestSuite_userspace_ethtool.py @@ -555,7 +555,7 @@ class TestUserspaceEthtool(TestCase, IxiaPacketGenerator): # about columbiaville_25g(8086:1593),there have a kernel driver link status issue # about Sageville(8086:1563),driver do not write register to set link-down # so skip this step of verify status - if self.nic not in ['columbiaville_25g', 'sageville']: + if self.nic not in ['columbiaville_25g', 'sageville', 'columbiaville_100g']: self.verify(self.ethapp_check_link_status(index, 'Down') == True, 'Fail to stop port{}'.format(index)) # check packet not forwarded when port is stop