1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/common/android
muendelezaji 392a3f1600 Add network check methods to Device and Workload classes
- Device subclasses should provide their own implementation.
    Default behaviour is to raise a `NotImplementedError`
  - Workload subclasses can set `requires_network` to `True` and
    network connectivity check will be performed during `setup()`
2016-09-02 10:33:18 +01:00
..
__init__.py Pylint fixes 2016-07-21 16:40:26 +01:00
BaseUiAutomation.class Add further convenience methods to BaseUiAutomation 2016-07-26 10:34:04 +01:00
BaseUiAutomation$1.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
BaseUiAutomation$ActionLogger.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
BaseUiAutomation$Direction.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
BaseUiAutomation$FindByCriteria.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
BaseUiAutomation$PinchType.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
BaseUiAutomation$ScreenOrientation.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
device.py Add broadcast_media_mounted method to android device 2016-08-31 10:24:06 +01:00
resources.py Check APK version and ABI when installing 2016-07-12 17:02:17 +01:00
UxPerfUiAutomation.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$1.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$ActionLogger.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$Direction.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$GestureTestParams.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$GestureType.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$PinchType.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$SurfaceLogger.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$Timer.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
UxPerfUiAutomation$UxPerfLogger.class Add UxPerfUiAutomation class 2016-08-09 09:56:04 +01:00
workload.py Add network check methods to Device and Workload classes 2016-09-02 10:33:18 +01:00