lago-project / lago

Ad-hoc virtual testing environment framework
http://lago.readthedocs.org
GNU General Public License v2.0
47 stars 39 forks source link

do not merge: Use fixed scp version in the func test #793

Closed gbenhaim closed 5 years ago

gbenhaim commented 5 years ago

I suspect that scp==0.13.1 introduce a bug that cause "test_collect_exists" to fail with the following error:

self = <scp.SCPClient object at 0x7fa27813c690>, cmd = ('',)

def _recv_popd(self, *cmd):
  assert self._depth > 0

E AssertionError

Signed-off-by: gbenhaim galbh2@gmail.com

gbenhaim commented 5 years ago

scp 0.13.2 was released with a fix.