From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id BA8DA2BDC for ; Wed, 19 Oct 2016 04:12:13 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP; 18 Oct 2016 19:12:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,364,1473145200"; d="scan'208";a="891451751" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga003.jf.intel.com with ESMTP; 18 Oct 2016 19:12:11 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u9J2CBWr032467; Wed, 19 Oct 2016 10:12:11 +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 u9J2C82B011359; Wed, 19 Oct 2016 10:12:10 +0800 Received: (from pengyuan@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u9J2C7BD011355; Wed, 19 Oct 2016 10:12:07 +0800 From: pengyuan To: dts@dpdk.org Cc: root Date: Wed, 19 Oct 2016 10:11:55 +0800 Message-Id: <1476843115-11321-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH V2] 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: Wed, 19 Oct 2016 02:12:15 -0000 From: root Signed-off-by: root diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py index 0f382b7..12542f7 100644 --- a/tests/TestSuite_scatter.py +++ b/tests/TestSuite_scatter.py @@ -63,7 +63,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 ["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 a195f9e..3dbacf2 100644 --- a/tests/TestSuite_shutdown_api.py +++ b/tests/TestSuite_shutdown_api.py @@ -337,7 +337,7 @@ class TestShutdownApi(TestCase): self.dut.send_expect("port start all", "testpmd> ", 100) self.dut.send_expect("start", "testpmd> ") - if self.nic in ['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