[dpdk-test-report] |WARNING| pw78762 [PATCH] EEPROM Dump Feature

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Sep 24 18:46:36 CEST 2020


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/78762

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#144: FILE: test_plans/eeprom_dump_test_plan.rst:53:
+   $

WARNING:TYPO_SPELLING: 'comapre' may be misspelled - perhaps 'compare'?
#248: FILE: tests/TestSuite_eeprom_dump.py:59:
+        # comapre the two files

ERROR:TRAILING_WHITESPACE: trailing whitespace
#249: FILE: tests/TestSuite_eeprom_dump.py:60:
+        result = self.dut.send_expect(f"diff testpmd_{testname}_{port}.txt ethtool_{testname}_{port}.txt", "#") $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#270: FILE: tests/TestSuite_eeprom_dump.py:81:
+            pmdout = self.dut.send_expect(f"show port {port} {testname}", "testpmd>") $

WARNING:TYPO_SPELLING: 'outout' may be misspelled - perhaps 'output'?
#273: FILE: tests/TestSuite_eeprom_dump.py:84:
+            # get length from testpmd outout

ERROR:TRAILING_WHITESPACE: trailing whitespace
#303: FILE: tests/TestSuite_eeprom_dump.py:114:
+            $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#311: FILE: tests/TestSuite_eeprom_dump.py:122:
+        $

total: 5 errors, 2 warnings, 231 lines checked


More information about the test-report mailing list