24 lines
1.2 KiB
XML
24 lines
1.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
* Copyright 2018 Google Inc. All Rights Reserved.
|
||
|
-->
|
||
|
<configuration description="Config for WindowManager Flicker Tests">
|
||
|
<option name="test-tag" value="FlickerLibTest" />
|
||
|
<target_preparer class="com.android.tradefed.targetprep.DeviceSetup">
|
||
|
<!-- keeps the screen on during tests -->
|
||
|
<option name="screen-always-on" value="on" />
|
||
|
<!-- prevents the phone from restarting -->
|
||
|
<option name="force-skip-system-props" value="true" />
|
||
|
<!-- restart launcher to activate TAPL -->
|
||
|
<option name="run-command" value="setprop ro.test_harness 1 ; am force-stop com.google.android.apps.nexuslauncher" />
|
||
|
</target_preparer>
|
||
|
<target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
|
||
|
<option name="cleanup-apks" value="true"/>
|
||
|
<option name="test-file-name" value="FlickerLibTest.apk"/>
|
||
|
</target_preparer>
|
||
|
<test class="com.android.tradefed.testtype.AndroidJUnitTest">
|
||
|
<option name="exclude-annotation" value="androidx.test.filters.FlakyTest" />
|
||
|
<option name="package" value="com.android.server.wm.flicker"/>
|
||
|
<option name="hidden-api-checks" value="false" />
|
||
|
</test>
|
||
|
</configuration>
|