From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8D9F1567F for ; Tue, 17 Nov 2015 03:01:24 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 16 Nov 2015 18:01:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,305,1444719600"; d="scan'208";a="821765516" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by orsmga001.jf.intel.com with ESMTP; 16 Nov 2015 18:01:22 -0800 Message-ID: <564A8AB9.6050805@intel.com> Date: Tue, 17 Nov 2015 10:02:33 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Lijuan Tu , dts@dpdk.org References: <1447642422-2938-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1447642422-2938-1-git-send-email-lijuanx.a.tu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH]test_change_linkspeed: fortville only supoort speed:10000M 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: Tue, 17 Nov 2015 02:01:25 -0000 Applied. Please take care comments, remove tope issue and only fortville eagle limited to 10G duplex mode. On 11/16/2015 10:53 AM, Lijuan Tu wrote: > Signed-off-by: Lijuan Tu > --- > tests/TestSuite_shutdown_api.py | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py > index 3800669..a6bf917 100644 > --- a/tests/TestSuite_shutdown_api.py > +++ b/tests/TestSuite_shutdown_api.py > @@ -319,6 +319,9 @@ class TestShutdownApi(TestCase): > if self.nic in ["ironpond"]: > if config[0] != '1000' or '10000': > continue > + elif self.nic in ["fortville_eagle"]: > + if config[0] != '10000': > + continue > self.dut.send_expect("port stop all", "testpmd> ", 100) > for port in self.ports: > self.dut.send_expect("port config %d speed %s duplex %s" % (port,