mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +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:
committed by
marcbonnici
parent
698c61b0a5
commit
7796dabe90
@@ -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):
|
||||
|
Reference in New Issue
Block a user