mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
framework/workload: Rename ReventWorkload to ApkReventWorkload
To reflect that the current implementation of ReventWorkload uses an APK file on the device the name has been changed appropriately and the relevant workloads have been updated.
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
#
|
||||
|
||||
|
||||
from wa import ReventWorkload
|
||||
from wa import ApkReventWorkload
|
||||
|
||||
|
||||
class TempleRun2(ReventWorkload):
|
||||
class TempleRun2(ApkReventWorkload):
|
||||
|
||||
name = 'templerun2'
|
||||
description = """
|
||||
|
Reference in New Issue
Block a user