From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DCF0242C11 for ; Fri, 2 Jun 2023 17:14:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DAE8E427F2; Fri, 2 Jun 2023 17:14:34 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B910F42D35 for ; Fri, 2 Jun 2023 17:14:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9677512092A; Fri, 2 Jun 2023 17:14:33 +0200 (CEST) Subject: |WARNING| pw127970 [RFC v3 1/2] dts: add smoke tests In-Reply-To: <20230602151332.6404-3-jspewock@iol.unh.edu> References: <20230602151332.6404-3-jspewock@iol.unh.edu> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: jspewock@iol.unh.edu Message-Id: <20230602151433.9677512092A@dpdk.org> Date: Fri, 2 Jun 2023 17:14:33 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/127970 _coding style issues_ WARNING:TYPO_SPELLING: 'recieved' may be misspelled - perhaps 'received'? #747: FILE: dts/framework/remote_session/remote/interactive_shell.py:43: + had been recieved before timeout so we assume that if we reach the timeout then WARNING:TYPO_SPELLING: 'wont' may be misspelled - perhaps 'won't'? #777: FILE: dts/framework/remote_session/remote/interactive_shell.py:73: + with a username and password, you cannot expect "username:" because it wont WARNING:TYPO_SPELLING: 'Initalizes' may be misspelled - perhaps 'Initializes'? #835: FILE: dts/framework/remote_session/remote/testpmd_shell.py:27: + """Initalizes an interactive testpmd session using specified parameters.""" WARNING:TYPO_SPELLING: 'availible' may be misspelled - perhaps 'available'? #1356: FILE: dts/tests/TestSuite_smoke_tests.py:83: + f"Device {nic[0]} was not listed in testpmd's availible devices, " total: 0 errors, 4 warnings, 1143 lines checked