mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 19:32:34 +01:00
recentfling: Fixed inequality
This commit is contained in:
@@ -50,7 +50,7 @@ class Recentfling(Workload):
|
|||||||
]
|
]
|
||||||
|
|
||||||
def initialise(self, context): # pylint: disable=no-self-use
|
def initialise(self, context): # pylint: disable=no-self-use
|
||||||
if context.device.get_sdk_version() >= 23:
|
if context.device.get_sdk_version() < 23:
|
||||||
raise WorkloadError("This workload relies on ``dumpsys gfxinfo`` \
|
raise WorkloadError("This workload relies on ``dumpsys gfxinfo`` \
|
||||||
only present in Android M and onwards")
|
only present in Android M and onwards")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user