1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wlauto/utils
Javi Merino 2b04cb38d9 Don't break prematurely when running a cell on an ipython kernel
The kernel may go idle before it processes the next input, which break
the while=True loop in run_cell() early.  Wait for an acknowledgement
of the input we've sent to the kernel before considering an idle
message to mean that the cell has been parsed.
2015-04-17 18:56:57 +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 Don't break prematurely when running a cell on an ipython kernel 2015-04-17 18:56:57 +01:00
log.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
misc.py Fixing get_meansd for numbers < 1 2015-04-17 17:27:47 +01:00
netio.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
serial_port.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
ssh.py Fixing key-based authentication for SSH. 2015-04-17 11:59:46 +01:00
terminalsize.py Fixing terminalsize import error. 2015-04-09 08:32:02 +01:00
types.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
uefi.py Fixing UEFI entry creation for Juno 2015-03-26 10:42:55 +00:00