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 6CD44A0487 for ; Sun, 30 Jun 2019 08:31:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0BE825424; Sun, 30 Jun 2019 08:31:51 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 7FCBD326D for ; Sun, 30 Jun 2019 08:31:48 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jun 2019 23:31:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,434,1557212400"; d="scan'208";a="189906454" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 29 Jun 2019 23:31:47 -0700 From: yaobing To: dts@dpdk.org Cc: yaobing Date: Sun, 30 Jun 2019 14:36:29 +0800 Message-Id: <1561876589-105409-1-git-send-email-bingx.y.yao@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] tests/queue_region:add fortville_25g nic 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" add fortville_25g nic to support_list Signed-off-by: yaobing --- tests/TestSuite_queue_region.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_queue_region.py b/tests/TestSuite_queue_region.py index 7002b3f..01842c2 100644 --- a/tests/TestSuite_queue_region.py +++ b/tests/TestSuite_queue_region.py @@ -57,7 +57,7 @@ class TestQueue_region(TestCase): Run at the start of each test suite. Queue region Prerequisites """ - self.verify(self.nic in ["fortville_eagle", "fortville_spirit", + self.verify(self.nic in ["fortville_eagle", "fortville_spirit","fortville_25g", "fortville_spirit_single", "fortpark_TLV"], "NIC Unsupported: " + str(self.nic)) # Based on h/w type, choose how many ports to use -- 2.17.2