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 2E728A0613 for ; Fri, 30 Aug 2019 10:41:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 253B31E8B2; Fri, 30 Aug 2019 10:41:20 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DEEFD1E8AD for ; Fri, 30 Aug 2019 10:41:18 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Aug 2019 01:41:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,446,1559545200"; d="scan'208";a="356726782" Received: from unknown (HELO dpdktestzhiwei.sh.intel.com) ([10.67.119.33]) by orsmga005.jf.intel.com with ESMTP; 30 Aug 2019 01:41:16 -0700 From: "zhiwei.he" To: dts@dpdk.org Cc: "zhiwei.he" Date: Fri, 30 Aug 2019 16:41:33 +0800 Message-Id: <1567154493-19166-1-git-send-email-zhiwei.he@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V2] tests/TestSuite_pmdrss_hash : enable CVL25G&100G nic support pmdrss hash case 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" From: "zhiwei.he" Signed-off-by: zhiwei.he --- tests/TestSuite_pmdrss_hash.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestSuite_pmdrss_hash.py b/tests/TestSuite_pmdrss_hash.py index 72c4ef2..faae080 100644 --- a/tests/TestSuite_pmdrss_hash.py +++ b/tests/TestSuite_pmdrss_hash.py @@ -413,7 +413,7 @@ class TestPmdrssHash(TestCase): Run at the start of each test suite. """ - self.verify(self.nic in ["fortville_eagle", "fortville_spirit", + self.verify(self.nic in ["columbiaville_25g", "columbiaville_100g","fortville_eagle", "fortville_spirit", "fortville_spirit_single", "redrockcanyou", "atwood", "boulderrapid", "fortpark_TLV", "fortville_25g", "niantic", "carlsville"], "NIC Unsupported: " + str(self.nic)) @@ -613,7 +613,7 @@ class TestPmdrssHash(TestCase): def test_dynamic_rss_bond_config(self): # setup testpmd and finish bond config - self.verify(self.nic in ["fortville_eagle", "fortville_spirit", + self.verify(self.nic in ["columbiaville_25g", "columbiaville_100g","fortville_eagle", "fortville_spirit", "fortpark_TLV", "fortville_25g", "carlsville"], "NIC Unsupported: " + str(self.nic)) -- 1.8.3.1