1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-07 03:11:53 +01:00
workload-automation/wlauto/core
Javi Merino 1807f3e3d7 Fix Param documentation
The param documentation states that for a boolean, "kind" should be
"as_bool" from wlauto.utils.misc, but there is no "as_bool".  Currently,
workload automation automatically converts native python types like bool
and int to workload automation specific ones.  Remove this bit from the
documentation as it's not true any more.

Change-Id: I0100708530bcf67556eda386c39bc444a3e0f2b2
2015-04-13 22:42:25 +01:00
..
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
bootstrap.py Fixing initialization of ~/.workload_automation. 2015-03-13 10:25:31 +00:00
command.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
configuration.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
device.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
entry_point.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
execution.py Fixing reboot on Linux devices [part 2] 2015-04-10 17:04:22 +01:00
extension_loader.py Improve error repoting when loading extensions 2015-04-13 08:25:56 +01:00
extension.py Fix Param documentation 2015-04-13 22:42:25 +01:00
exttype.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
instrumentation.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
resolver.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
resource.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
result.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
signal.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
version.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
workload.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00