blob: 2c7c63ad3212f4e5c99c0d5b4a8cbc1f045a242f [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<configuration description="Config for CTS Widget test cases">
<option name="test-suite-tag" value="cts" />
<option name="config-descriptor:metadata" key="component" value="uitoolkit" />
<option name="config-descriptor:metadata" key="parameter" value="instant_app" />
<option name="config-descriptor:metadata" key="parameter" value="not_multi_abi" />
<option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
<option name="config-descriptor:metadata" key="parameter" value="secondary_user_on_secondary_display" />
<option name="config-descriptor:metadata" key="parameter" value="all_foldable_states" />
<option name="config-descriptor:metadata" key="parameter" value="run_on_sdk_sandbox" />
<target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
<option name="cleanup-apks" value="true" />
<option name="force-install-mode" value="FULL"/>
<option name="test-file-name" value="TestIme.apk" />
<option name="test-file-name" value="CtsWidgetApp.apk" />
</target_preparer>
<target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
<option name="cleanup-apks" value="true" />
<option name="test-file-name" value="CtsWidgetTestCases.apk" />
</target_preparer>
<target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
<!--
To fail-fast in case test-ime setup somehow failed. Consider increasing the
sleep time below if the following commands fail. See b/188094681 for detais.
-->
<option name="throw-if-cmd-fail" value="true" />
<!--
Workaround for the possible downtime between [adb install <IME.apk>]
and [adb shell ime <IME ID>]. See b/188105339 for detais.
-->
<option name="run-command" value="am wait-for-broadcast-idle" />
<!--
One more workaround. Consider increasing this if the test is still unstable.
See b/188105339 for detais.
-->
<option name="run-command" value="sleep 1" />
<option name="test-user-token" value="%TEST_USER%"/>
<option name="run-command" value="ime enable --user %TEST_USER% com.android.cts.testime/.TestIme" />
<option name="run-command" value="ime set --user %TEST_USER% com.android.cts.testime/.TestIme" />
<option name="teardown-command" value="ime reset --user %TEST_USER%" />
</target_preparer>
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
<option name="package" value="android.widget.cts" />
<option name="runtime-hint" value="11m55s" />
<option name="hidden-api-checks" value="false" />
<option name="instrumentation-arg" key="thisisignored" value="thisisignored --no-window-animation" />
<option name="runner" value="android.widget.cts.runner.WidgetRunner" />
</test>
<target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
<option name="run-command" value="input keyevent KEYCODE_WAKEUP" />
<option name="run-command" value="wm dismiss-keyguard" />
</target_preparer>
</configuration>