From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 31791292D for ; Mon, 12 Sep 2016 08:49:21 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP; 11 Sep 2016 23:49:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,321,1470726000"; d="scan'208";a="7428518" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga005.jf.intel.com with ESMTP; 11 Sep 2016 23:49:19 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u8C6nHJF011371; Mon, 12 Sep 2016 14:49:17 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u8C6nFGb006178; Mon, 12 Sep 2016 14:49:17 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u8C6nFNJ006174; Mon, 12 Sep 2016 14:49:15 +0800 From: Peng yuan To: dts@dpdk.org Cc: pengyuan Date: Mon, 12 Sep 2016 14:49:12 +0800 Message-Id: <1473662952-6142-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: References: Subject: [dts] [PATCH] tests scatter: add the NIC type 'mgpk' 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: , X-List-Received-Date: Mon, 12 Sep 2016 06:49:21 -0000 From: pengyuan Signed-off-by: pengyuan diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py index 9a3a10a..b22e77f 100644 --- a/tests/TestSuite_scatter.py +++ b/tests/TestSuite_scatter.py @@ -64,7 +64,7 @@ class TestScatter(TestCase): self.intf = self.tester.get_interface(tester_port) self.pmdout = PmdOutput(self.dut) - if self.nic in ["niantic", "sageville", "fortpark", "fortville_eagle", + if self.nic in ["mgpk", "niantic", "sageville", "fortpark", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", "redrockcanyou", "atwood", "boulderrapid", "ironpond", "twinpond", "springfountain", "fortpark_TLV"]: -- 2.5.0