1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 20:09:11 +00:00

workloads/geekbench: Add requires_network attribute

This commit is contained in:
Brendan Jackman 2017-10-18 11:50:10 +01:00
parent 71815e4e1c
commit b36316c900

View File

@ -100,6 +100,8 @@ class Geekbench(ApkUiautoWorkload):
phones_home = True
requires_network = True
@property
def activity(self):
return self.versions[self.version]['activity']
@ -402,6 +404,7 @@ class GBScoreCalculator(object):
class GeekbenchCorproate(Geekbench):
name = "geekbench-corporate"
is_corporate = True
requires_network = False
versions = ['4.1.0']