1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-14 09:12:33 +01:00

Remove wifi check temporarily to testing on non-wifi connected devices

This commit is contained in:
James Hartley
2016-06-02 11:08:23 +01:00
parent a6835a5cb2
commit 3a4ae9f7b2
6 changed files with 1 additions and 19 deletions

View File

@@ -124,9 +124,6 @@ class Multiapp(AndroidUiAutoBenchmark):
def initialize(self, context):
super(Multiapp, self).initialize(context)
if not self.device.is_wifi_connected():
raise DeviceError('Wifi is not connected for device {}'.format(self.device.name))
# Check for workload dependencies before proceeding
jpeg_files = [entry for entry in os.listdir(self.dependencies_directory) if entry.endswith(".jpg")]