[dts] [DTS][PATCH V1] tests fortville_rss_granularity_config: fix format error

Yong Liu yong.liu at intel.com
Thu Jan 19 06:35:44 CET 2017


From: "wei,fangfang" <fangfangx.wei at intel.com>

fix some unexpected indent in fortville_rss_granularity_config suite.

Signed-off-by: wei,fangfang <fangfangx.wei at intel.com>
---
 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



More information about the dts mailing list