mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 02:01:16 +00:00
fw/workload: Don't override the package manager for ApkRevent workloads
`ApkRevent` workloads should be able to use the same Apk selection criteria as `ApkWorkloads` therefore rely on the superclass to instantiate the `PackageHandler`.
This commit is contained in:
parent
1108c5701e
commit
8910234448
@ -397,7 +397,6 @@ class ApkReventWorkload(ApkUIWorkload):
|
||||
|
||||
def __init__(self, target, **kwargs):
|
||||
super(ApkReventWorkload, self).__init__(target, **kwargs)
|
||||
self.apk = PackageHandler(self)
|
||||
self.gui = ReventGUI(self, target,
|
||||
self.setup_timeout,
|
||||
self.run_timeout,
|
||||
|
Loading…
x
Reference in New Issue
Block a user