1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/utils
Sergei Trofimov c40a7fd644 more robust exit_code handling for ssh interface
Background processes may produce output on STDOUT. This could get
captured when obtaining the result of "echo $?" to get previos command's
exit code. So it's not safe to assume that output will always be an int.
Attempt to strip out superflous output before doing the int conversion
and, on failure, log a warning but don't error out.
2015-06-05 12:47:01 +01:00
..
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
android.py s/SKD/SDK/ 2015-04-07 09:23:24 +08:00
cli.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
cpuinfo.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
doc.py Minor fix to rst table generation. 2015-03-18 10:47:07 +00:00
formatter.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
hwmon.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
ipython.py ipython utils: handle ancient versions of IPython 2015-04-24 10:56:23 +01:00
log.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
misc.py Fixing merge_lists to work for list_or_* types 2015-06-01 16:18:13 +01:00
netio.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
power.py Adding cpustates result processor (and script) 2015-06-03 16:20:48 +01:00
serial_port.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
ssh.py more robust exit_code handling for ssh interface 2015-06-05 12:47:01 +01:00
terminalsize.py Fixes for Emacs 2015-06-01 10:05:23 +01:00
trace_cmd.py Adding cpustates result processor (and script) 2015-06-03 16:20:48 +01:00
types.py list_or: chaniging how list_or_* functions work and adding a generic list_or 2015-06-01 15:31:25 +01:00
uefi.py Fixing UEFI entry creation for Juno 2015-03-26 10:42:55 +00:00