1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 03:12:34 +01:00

framework: remove wa.framework.plugin.Artifact

Remove wa.framework.plugin.Artifact and associated references. The name
of the class clashes with the class from output and can potentially
cause confusion.

The original intention for this was to be an "expected artifact
descriptor" of sorts that plugins can specify for validation purposes,
but that functionality was never implemented. Given that the framework
has undergone significant changes since this was implemented, it's not
clear that this is the best way to go about the original goal.

Therefore remove this for now.
This commit is contained in:
Sergei Trofimov
2017-12-06 16:20:35 +00:00
committed by marcbonnici
parent 698c61b0a5
commit 7796dabe90
3 changed files with 0 additions and 108 deletions

View File

@@ -21,7 +21,6 @@ import json
from wa import ApkUiautoWorkload, Parameter
from wa.framework.exception import ConfigError, WorkloadError
from wa.framework.plugin import Artifact
from wa.utils.misc import capitalize
class Geekbench(ApkUiautoWorkload):