From: Yong Liu <yong.liu@intel.com>
To: dts@dpdk.org
Cc: "wei,fangfang" <fangfangx.wei@intel.com>
Subject: [dts] [DTS][PATCH V1] tests fortville_rss_granularity_config: fix format error
Date: Thu, 19 Jan 2017 13:35:44 +0800 [thread overview]
Message-ID: <1484804144-50194-1-git-send-email-yong.liu@intel.com> (raw)
From: "wei,fangfang" <fangfangx.wei@intel.com>
fix some unexpected indent in fortville_rss_granularity_config suite.
Signed-off-by: wei,fangfang <fangfangx.wei@intel.com>
---
| 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--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
next reply other threads:[~2017-01-19 5:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-19 5:35 Yong Liu [this message]
2017-01-19 5:42 ` Liu, Yong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1484804144-50194-1-git-send-email-yong.liu@intel.com \
--to=yong.liu@intel.com \
--cc=dts@dpdk.org \
--cc=fangfangx.wei@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).