mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-18 06:16:05 +01:00
pluginloader: Replaced extension loader with WA3 plugin loader
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
This commit is contained in:
.gitignoresetup.py
wlauto
__init__.py
commands
common
core
bootstrap.pycommand.py
exceptions.pyconfig
configuration.pydevice_manager.pyentry_point.pyexecution.pyextension_loader.pyexttype.pyinstrumentation.pyplugin.pypluginloader.pyresolver.pyresource.pyresult.pysignal.pyworkload.pyexternal
louie
instrumentation
streamline
managers
resource_getters
tests
test_config.pytest_device.pytest_execution.pytest_extension.pytest_extension_loader.pytest_instrumentation.pytest_results_manager.py
tools
utils
workloads
1
setup.py
1
setup.py
@ -78,6 +78,7 @@ params = dict(
|
||||
'pyYAML', # YAML-formatted agenda parsing
|
||||
'requests', # Fetch assets over HTTP
|
||||
'devlib', # Interacting with devices
|
||||
'louie' # Handles signal callbacks
|
||||
],
|
||||
extras_require={
|
||||
'other': ['jinja2', 'pandas>=0.13.1'],
|
||||
|
Reference in New Issue
Block a user