1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 10:11:17 +00:00

wa: export RunOutput and discover_wa_outputs

Export RunOutput and discover_wa_outputs from the main __init__.py
allowing them to be directly imported from wa.
This commit is contained in:
Sergei Trofimov 2017-12-13 13:36:11 +00:00 committed by marcbonnici
parent d1a42f6e64
commit f498f0acdc

View File

@ -10,6 +10,7 @@ from wa.framework.exception import (WAError, NotFoundError, ValidationError,
from wa.framework.exception import WorkerThreadError, PluginLoaderError
from wa.framework.instrumentation import (Instrument, very_slow, slow, normal, fast,
very_fast)
from wa.framework.output import RunOutput, discover_wa_outputs
from wa.framework.plugin import Plugin, Parameter
from wa.framework.processor import ResultProcessor
from wa.framework.resource import (NO_ONE, JarFile, ApkFile, ReventFile, File,