1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wlauto/core
Sergei Trofimov b002505ac2 Updated Parameter to automatically convert int and boot kinds to integer and boolean respectively.
integer and boolen are defined in wlauto.utils.types; they perform more
intuitive conversions from other types, particularly strings, so are
more suitable than int and bool for parameters. If, for whatever reason,
native types are in fact desired for a Parameter, this behavior can be
supressed by specifying convert_types=False when defining the parameter.
2015-05-11 12:12:40 +01:00
..
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda.py Improving agenda validation 2015-04-27 16:36:30 +01:00
bootstrap.py Fix to initial ~/.workload_automation deployment when sudoing 2015-04-24 10:05:13 +01:00
command.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
configuration.py Added copy() method to WorkloadRunSpec. 2015-05-11 12:12:40 +01:00
device.py Adding new types and updating device parameters to use them. 2015-05-11 12:12:40 +01:00
entry_point.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
execution.py updated ExecutionContext to keep a reference to the runner. 2015-05-11 12:12:40 +01:00
extension_loader.py Fix: correctly handle non-identifier alias names 2015-04-27 11:57:34 +01:00
extension.py Updated Parameter to automatically convert int and boot kinds to integer and boolean respectively. 2015-05-11 12:12:40 +01:00
exttype.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
instrumentation.py All using idetifier version of non-identifier named instruments in configuration. 2015-04-20 09:18:49 +01: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 Updating result object to track their output directories. 2015-04-14 14:38:59 +01: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