1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto
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
..
commands Add script to get external assets for workloads 2016-08-04 13:59:12 +01:00
common Add unsupported package check to AndroidUiAutoBenchmark 2016-08-09 12:08:28 +01:00
core RunConfiguration: Fixed disabling of instruments in workload specs 2016-08-04 16:16:53 +01:00
devices Pylint fixes 2016-07-21 16:40:26 +01:00
external Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
instrumentation Add dumpsys_period parameter to fps instrument 2016-07-26 11:30:34 +01:00
modules Pylint fixes 2016-07-21 16:40:26 +01:00
resource_getters Pylint fixes 2016-07-21 16:40:26 +01:00
result_processors Rename dumpsys_enabled parameter to markers_enabled 2016-08-09 09:56:04 +01:00
tests Pylint fixes 2016-07-21 16:40:26 +01:00
tools Pylint fixes 2016-07-21 16:40:26 +01:00
utils ssh: fixing rasing of CalledProcessErrorWithStderr 2016-08-23 17:22:02 +01:00
workloads Add googleplaybooks workload 2016-08-09 12:08:20 +01:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda-example-biglittle.yaml Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda-example-tutorial.yaml Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
config_example.py Fix a frequently repeated typo 2016-07-08 10:16:47 +02:00
exceptions.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00