aboutsummaryrefslogtreecommitdiff
path: root/wlauto/workloads/spec2000/__init__.py
AgeCommit message (Collapse)Author
2017-04-27removing old filesSergei Trofimov
Removing old and unsused files: - wa/framework/old_output.py: superseded by output.py in the same dir - the entire wlauto tree: replaced by wa/ tree; it's stale by now anyway. - log.py and actor.py from framework/ as neither is used.
2016-09-27pluginloader: Replaced extension loader with WA3 plugin loaderSebastian Goscik
In the process removed modules and boot_strap.py. Also Renamed extensions Plugins. Louie is now monkey patched rather than containing a modified version in external
2016-02-19Fixed WA extensions for LinuxManagerSebastian Goscik
Changed method calls to devlib naming
2015-12-09Updated pylint for v1.5.1Sebastian Goscik
Fixed WA for the latest version of pylint (1.5.1)
2015-06-01list_or: chaniging how list_or_* functions work and adding a generic list_orSergei Trofimov
list_or_* functions (e.g. list_or_string) will now always return a list, however will accept lists or indivitual values. Also added a list_or() generator function, similar to what already exists for list_of().
2015-05-06A fix for spec2000 to align with device API changesVasilis Flouris
2015-03-10Initial commit of open source Workload Automation.Sergei Trofimov