fgimian / paramiko-expect

A Python expect-like extension for the Paramiko SSH library which also supports tailing logs.
MIT License
205 stars 78 forks source link

bash prompt added as an argument to the expect() method #46

Closed nisarahamedk closed 6 years ago

nisarahamedk commented 6 years ago

current implementation failed for fc19 linux flavour where the bash prompt ends with #. failing to never return from the expect method

codecov[bot] commented 6 years ago

Codecov Report

Merging #46 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #46   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines         137    137           
=====================================
  Hits          137    137
Impacted Files Coverage Δ
paramiko_expect.py 100% <ø> (ø) :arrow_up:

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 33dd3af...e68ff49. Read the comment docs.

fgimian commented 6 years ago

As per https://github.com/fgimian/paramiko-expect/issues/45, there's been some confusion regarding this. This pull request is not sound and thus will be closed.