1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wlauto
Sergei Trofimov c31d4ec8a3 ssh: fixing timeout behavior
Since a command would still be running on time out, it would prevent
issuing subsequent commands in the same SSH shell, make it look like
the device has become unresponsive.

If a timeout condition is his, send ^C to kill the current foreground
process and make the shell available for subsequent commands.
2015-05-27 09:13:03 +01:00
..
commands show command: remove duplicat output. 2015-05-07 12:18:59 +01:00
common linux device: removing (keyfile or password) validation check 2015-05-13 08:46:10 +01:00
core Fixing locally defined instruments erroneously propagating into global instrumentation 2015-05-15 10:01:26 +01:00
devices Adding cpuidle modules and refactoring Device cpufreq APIs. 2015-05-11 12:12:40 +01:00
external daq: make EnumEntry picklable to support multiprocessing invocation 2015-04-29 12:32:15 +01:00
instrumentation energy_model: fix np.vectorize on ImportError 2015-05-12 11:34:30 +01:00
modules energy_model: fix for when running as a sudo user (rather than root) 2015-05-11 12:12:41 +01:00
resource_getters revent: fix resource resolution when dependency location does not exist. 2015-05-14 14:34:41 +01:00
result_processors dvfs: fix active_cpus --> online_cpus rename 2015-05-26 12:30:15 +01:00
tests Fixing locally defined instruments erroneously propagating into global instrumentation 2015-05-15 10:01:26 +01:00
tools Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
utils ssh: fixing timeout behavior 2015-05-27 09:13:03 +01:00
workloads removing unused variable. 2015-05-26 09:29:59 +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 config_example: disabled summary_csv and added status result processor 2015-05-12 16:18:08 +01:00
exceptions.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00