test suite reviews and discussions
 help / color / mirror / Atom feed
* [PATCH v1] framework/ssh_connection: fix pylama errors
@ 2021-11-25 10:30 Juraj Linkeš
  2022-01-14  8:02 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Juraj Linkeš @ 2021-11-25 10:30 UTC (permalink / raw)
  To: lijuan.tu, ohilyard; +Cc: dts, Juraj Linkeš

Pylama found the following errors:
framework/ssh_connection.py:105: [E] E0602 Undefined variable 'TIMEOUT' [pylint]

Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
---
Lijuan, please add additional people to review if needed.
---
 framework/ssh_connection.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/ssh_connection.py b/framework/ssh_connection.py
index 8887ec52..680b27d1 100644
--- a/framework/ssh_connection.py
+++ b/framework/ssh_connection.py
@@ -29,7 +29,7 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-from .settings import USERNAME
+from .settings import TIMEOUT, USERNAME
 from .ssh_pexpect import SSHPexpect
 
 """
-- 
2.20.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: [PATCH v1] framework/ssh_connection: fix pylama errors
  2021-11-25 10:30 [PATCH v1] framework/ssh_connection: fix pylama errors Juraj Linkeš
@ 2022-01-14  8:02 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2022-01-14  8:02 UTC (permalink / raw)
  To: Juraj Linkeš, ohilyard; +Cc: dts

> -----Original Message-----
> From: Juraj Linkeš <juraj.linkes@pantheon.tech>
> Sent: 2021年11月25日 18:31
> To: Tu, Lijuan <lijuan.tu@intel.com>; ohilyard@iol.unh.edu
> Cc: dts@dpdk.org; Juraj Linkeš <juraj.linkes@pantheon.tech>
> Subject: [PATCH v1] framework/ssh_connection: fix pylama errors
> 
> Pylama found the following errors:
> framework/ssh_connection.py:105: [E] E0602 Undefined variable 'TIMEOUT'
> [pylint]
> 
> Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>

Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-14  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 10:30 [PATCH v1] framework/ssh_connection: fix pylama errors Juraj Linkeš
2022-01-14  8:02 ` Tu, Lijuan

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).