Vishnu Nair | 8248b7c | 2018-08-01 10:13:36 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | * Copyright 2018 Google Inc. All Rights Reserved. |
| 4 | --> |
| 5 | <configuration description="Config for WindowManager Flicker Tests"> |
| 6 | <target_preparer class="com.google.android.tradefed.targetprep.GoogleDeviceSetup"> |
| 7 | <!-- keeps the screen on during tests --> |
| 8 | <option name="screen-always-on" value="on" /> |
| 9 | <!-- prevents the phone from restarting --> |
| 10 | <option name="force-skip-system-props" value="true" /> |
| 11 | </target_preparer> |
| 12 | <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> |
| 13 | <option name="cleanup-apks" value="true"/> |
| 14 | <option name="test-file-name" value="FlickerLibTest.apk"/> |
| 15 | </target_preparer> |
| 16 | <test class="com.android.tradefed.testtype.AndroidJUnitTest"> |
| 17 | <option name="package" value="com.android.server.wm.flicker"/> |
| 18 | <option name="hidden-api-checks" value="false" /> |
| 19 | </test> |
| 20 | </configuration> |