From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8A621A04B1; Wed, 30 Sep 2020 08:45:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2949B1DACC; Wed, 30 Sep 2020 08:45:32 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 72A351DACE for ; Wed, 30 Sep 2020 08:45:28 +0200 (CEST) IronPort-SDR: Lzb9d3RxzIjf4kRUPUn7wl5L1hwoygxrN8J69Px3aOzDrPnGbhlRpPiTHclYI2n8A/rFVrh1j4 aqzEl00fnSdA== X-IronPort-AV: E=McAfee;i="6000,8403,9759"; a="150038178" X-IronPort-AV: E=Sophos;i="5.77,321,1596524400"; d="scan'208";a="150038178" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Sep 2020 23:45:28 -0700 IronPort-SDR: 1FiK4g6P0i6BaZZPT3TEHbjgVmJllrZj7MrUNcUt3984SfEPi6fi9lUekndKDgcKcSo37AQOKQ XnoOljkPeX/w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,321,1596524400"; d="scan'208";a="324943150" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga002.jf.intel.com with ESMTP; 29 Sep 2020 23:45:26 -0700 From: Chen Linglix To: dts@dpdk.org Cc: Chen Linglix Date: Wed, 30 Sep 2020 14:46:44 +0800 Message-Id: <20200930064644.22944-3-linglix.chen@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200930064644.22944-1-linglix.chen@intel.com> References: <20200930064644.22944-1-linglix.chen@intel.com> Subject: [dts] [dts 2/2] tests/TestSuite_inline_ipsec:add support NIC twinpond X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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" Signed-off-by: Chen Linglix --- tests/TestSuite_inline_ipsec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_inline_ipsec.py b/tests/TestSuite_inline_ipsec.py index 2e6ec7c0..2b599374 100644 --- a/tests/TestSuite_inline_ipsec.py +++ b/tests/TestSuite_inline_ipsec.py @@ -58,7 +58,7 @@ class TestInlineIpsec(TestCase): """ Run at the start of each test suite. """ - self.verify(self.nic in ["niantic"], "%s NIC not support" % self.nic) + self.verify(self.nic in ["niantic", "twinpond"], "%s NIC not support" % self.nic) self.verify(self.drivername in ["vfio-pci"], "%s drivername not support" % self.drivername) self.dut_ports = self.dut.get_ports(self.nic) self.verify(len(self.dut_ports) >= 2, "Insufficient ports") -- 2.17.1