From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 094A1FB48 for ; Thu, 19 Jan 2017 06:34:43 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jan 2017 21:34:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,252,1477983600"; d="scan'208";a="1096046723" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 18 Jan 2017 21:34:40 -0800 From: Yong Liu To: dts@dpdk.org Cc: "wei,fangfang" Date: Thu, 19 Jan 2017 13:35:44 +0800 Message-Id: <1484804144-50194-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [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:34:44 -0000 From: "wei,fangfang" fix some unexpected indent in fortville_rss_granularity_config suite. Signed-off-by: wei,fangfang --- tests/TestSuite_fortville_rss_granularity_config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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): self.dut.send_expect("quit", "# ", 30) self.result_table_print() - result_rows = self.result_table_getrows() + result_rows = self.result_table_getrows() self.verify(len(result_rows) > 1, "There is no data in the table, testcase failed!") @@ -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-ipv4 add", "testpmd> ") self.dut.send_expect("set_hash_input_set 0 ipv4-other dst-ipv4 add", "testpmd> ") - self.send_packet(itf, "ipv4-other") + self.send_packet(itf, "ipv4-other") #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", "testpmd> ") - self.dut.send_expect("set_hash_input_set 0 ipv4-other gre-key add", "testpmd> ") + self.dut.send_expect("set_hash_input_set 0 ipv4-other gre-key add", "testpmd> ") self.send_packet(itf, "ipv4-other") #set hash input set by testpmd on dut, enable src-ipv4, dst-ipv4, gre-key-len 4 self.dut.send_expect("global_config 0 gre-key-len 4", "testpmd> ") - self.send_packet(itf, "ipv4-other") + self.send_packet(itf, "ipv4-other") self.dut.send_expect("quit", "# ", 30) self.result_table_print() -- 2.7.4