1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 20:09:11 +00:00
Sergei Trofimov 4ea4bc8631 ssh: fixing rasing of CalledProcessErrorWithStderr
CalledProcessErrorWithStderr is a subclass of CalledProcessError that
also takes stderr output. Both that and normal output must be passed as
keyword arguments. They were being passed as keyword arguments inside
_scp() of SshConnection, causing cryptic errors to appear.

Additionally, "output" was not being properly poped off before invoking
super's init.
2016-08-23 17:22:02 +01:00
..
2016-07-21 16:40:26 +01:00
2016-08-09 09:56:04 +01:00
2016-07-21 16:40:26 +01:00
2016-07-21 16:40:26 +01:00
2016-07-21 16:40:26 +01:00
2016-07-21 16:40:26 +01:00
2016-08-09 12:08:20 +01:00