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 7B4E558D8 for ; Fri, 14 Oct 2016 16:44:09 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 14 Oct 2016 07:44:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,493,1473145200"; d="scan'208";a="1053834965" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 14 Oct 2016 07:44:05 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u9EEi3V2012510; Fri, 14 Oct 2016 22:44:03 +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 u9EEi039019933; Fri, 14 Oct 2016 22:44:02 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u9EEi0Qb019929; Fri, 14 Oct 2016 22:44:00 +0800 From: Yuan Peng To: dts@dpdk.org Cc: pengyuan Date: Fri, 14 Oct 2016 22:43:59 +0800 Message-Id: <1476456239-19897-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH] tests: Add NIC type "magnolia_park" 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: Fri, 14 Oct 2016 14:44:09 -0000 From: pengyuan Signed-off-by: pengyuan diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py index b22e77f..1b2e360 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 ["mgpk", "niantic", "sageville", "fortpark", "fortville_eagle", + if self.nic in ["magnolia_park", "niantic", "sageville", "fortpark", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", "redrockcanyou", "atwood", "boulderrapid", "ironpond", "twinpond", "springfountain", "fortpark_TLV"]: diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py index 2b8704c..aaf7f9f 100644 --- a/tests/TestSuite_shutdown_api.py +++ b/tests/TestSuite_shutdown_api.py @@ -336,7 +336,7 @@ class TestShutdownApi(TestCase): self.dut.send_expect("port start all", "testpmd> ", 100) self.dut.send_expect("start", "testpmd> ") - if self.nic in ['mgpk', 'niantic', 'twinpond', 'kawela_4', 'ironpond', 'springfountain', 'springville', 'powerville']: + if self.nic in ['magnolia_park', 'niantic', 'twinpond', 'kawela_4', 'ironpond', 'springfountain', 'springville', 'powerville']: # nantic vlan length will not be calculated vlan_jumbo_size = jumbo_size + 4 else: -- 2.5.0