mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
workloads: Sets requires_network
attribute for workloads
Both speedometer and aitutu require internet to function however this attribute was missing from the workloads.
This commit is contained in:
@@ -43,6 +43,8 @@ class Speedometer(UiautoWorkload):
|
||||
''')
|
||||
]
|
||||
|
||||
requires_network = True
|
||||
|
||||
def __init__(self, target, **kwargs):
|
||||
super(Speedometer, self).__init__(target, **kwargs)
|
||||
self.gui.timeout = 1500
|
||||
|
Reference in New Issue
Block a user