Skip to content

Conversation

@nick-potenski
Copy link
Contributor

The run() function was not passing its timeout parameter on to the
internal _run() function; therefore, any timeout set by a caller was
ignored.

Signed-off-by: Nick Potenski nick.potenski@garmin.com

Description

Checklist

  • Documentation for the feature
  • Tests for the feature
  • The arguments and description in doc/configuration.rst have been updated
  • Add a section on how to use the feature to doc/usage.rst
  • Add a section on how to use the feature to doc/development.rst
  • CHANGES.rst has been updated
  • PR has been tested
  • Man pages have been regenerated

@codecov
Copy link

codecov bot commented Jun 23, 2022

Codecov Report

Merging #942 (8fd094b) into master (79d1dff) will not change coverage.
The diff coverage is 100.0%.

@@          Coverage Diff           @@
##           master    #942   +/-   ##
======================================
  Coverage    57.2%   57.2%           
======================================
  Files         150     150           
  Lines       11192   11192           
======================================
  Hits         6402    6402           
  Misses       4790    4790           
Impacted Files Coverage Δ
labgrid/driver/sshdriver.py 58.3% <100.0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 79d1dff...8fd094b. Read the comment docs.

Copy link
Member

@Bastian-Krause Bastian-Krause left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Looks good, one minor improvement, though.

The run() function was not passing its timeout parameter on to the
internal _run() function; therefore, any timeout set by a caller was
ignored.

Signed-off-by: Nick Potenski <nick.potenski@garmin.com>
@Emantor Emantor merged commit 5d78a63 into labgrid-project:master Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants