1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-14 22:58:34 +00:00
muendelezaji 6735817ee2 Add method to check AND raise if device is not connected to internet
This ensures consistency across workloads by allowing them to replace:
  ```
  if not self.device.is_network_connected():
    # handle error here e.g. raise DeviceError
  ```

with a simple call to: `self.device.check_network_connected()`

The former approach can still be used by workloads that choose to do so
2016-08-31 14:43:42 +01:00
..
2016-07-21 15:42:11 +01:00
2016-07-21 16:40:26 +01:00
2016-07-21 16:40:26 +01:00