From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7D17FFB4D for ; Thu, 19 Jan 2017 06:42:54 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 18 Jan 2017 21:42:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,252,1477983600"; d="scan'208";a="1096049166" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 18 Jan 2017 21:42:53 -0800 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 18 Jan 2017 21:42:53 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 18 Jan 2017 21:42:52 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.204]) with mapi id 14.03.0248.002; Thu, 19 Jan 2017 13:42:49 +0800 From: "Liu, Yong" To: "Wei, FangfangX" , "dts@dpdk.org" Thread-Topic: [dts] [DTS][PATCH V1] tests fortville_rss_granularity_config: fix format error Thread-Index: AQHSchXD8EVjXyvCwkS1VRwdvC4cJqE/SOZw Date: Thu, 19 Jan 2017 05:42:48 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62D4D6DC@SHSMSX103.ccr.corp.intel.com> References: <1484804144-50194-1-git-send-email-yong.liu@intel.com> In-Reply-To: <1484804144-50194-1-git-send-email-yong.liu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [DTS][PATCH V1] tests fortville_rss_granularity_config: fix format error 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: Thu, 19 Jan 2017 05:42:55 -0000 Hi Fangfang, Just by review the patch, there're still some codes not aligned in the suit= e. Please double check it.=20 Please check your git configuration first, do not use others' email :) Thanks, Marvin > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yong Liu > Sent: Thursday, January 19, 2017 1:36 PM > To: dts@dpdk.org > Cc: Wei, FangfangX > Subject: [dts] [DTS][PATCH V1] tests fortville_rss_granularity_config: fi= x format > error >=20 > From: "wei,fangfang" >=20 > fix some unexpected indent in fortville_rss_granularity_config suite. >=20 > Signed-off-by: wei,fangfang > --- > tests/TestSuite_fortville_rss_granularity_config.py | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/tests/TestSuite_fortville_rss_granularity_config.py > b/tests/TestSuite_fortville_rss_granularity_config.py > index dd06f06..3e99055 100644 > --- a/tests/TestSuite_fortville_rss_granularity_config.py > +++ b/tests/TestSuite_fortville_rss_granularity_config.py > @@ -239,7 +239,7 @@ class TestFortvilleRssGranularityConfig(TestCase): >=20 > self.dut.send_expect("quit", "# ", 30) > self.result_table_print() > - result_rows =3D self.result_table_getrows() > + result_rows =3D self.result_table_getrows() > self.verify(len(result_rows) > 1, "There is no data in the table, testc= ase > failed!") >=20 >=20 > @@ -589,16 +589,16 @@ class TestFortvilleRssGranularityConfig(TestCase): > #set hash input set by testpmd on dut, enable src-ipv4 & dst= -ipv4 > self.dut.send_expect("set_hash_input_set 0 ipv4-other src-ip= v4 add", > "testpmd> ") > self.dut.send_expect("set_hash_input_set 0 ipv4-other dst-ip= v4 add", > "testpmd> ") > - self.send_packet(itf, "ipv4-other") > + self.send_packet(itf, "ipv4-other") >=20 > #set hash input set by testpmd on dut, enable src-ipv4, dst-= ipv4, gre-key- > len 3 > self.dut.send_expect("global_config 0 gre-key-len 3", "testp= md> ") > - self.dut.send_expect("set_hash_input_set 0 ipv4-other gre-key a= dd", > "testpmd> ") > + self.dut.send_expect("set_hash_input_set 0 ipv4-other gre-key add", > "testpmd> ") > self.send_packet(itf, "ipv4-other") >=20 > #set hash input set by testpmd on dut, enable src-ipv4, dst-ipv= 4, > gre-key-len 4 > self.dut.send_expect("global_config 0 gre-key-len 4", "testp= md> ") > - self.send_packet(itf, "ipv4-other") > + self.send_packet(itf, "ipv4-other") >=20 > self.dut.send_expect("quit", "# ", 30) > self.result_table_print() > -- > 2.7.4