summaryrefslogtreecommitdiff
path: root/tests/Input/AndroidTest.xml
diff options
context:
space:
mode:
author Pat Manning <patmanning@google.com> 2024-05-20 18:10:33 +0000
committer Pat Manning <patmanning@google.com> 2024-06-06 10:22:35 +0000
commitba6858d91dbd8486630495c640049ef225f07cd4 (patch)
tree5564e283a6754b7494e80eb00e2dcca4b38e53ea /tests/Input/AndroidTest.xml
parent7e725e0696eb2e17c559e076391305fa0a781e62 (diff)
Add framework test for vector-specific fill color A11Y settings.
Bug: 305193969 Test: PointerIconTest Flag: com.android.systemui.enable_vector_cursor_a11y_settings Change-Id: Ia34f925a4452ad8c410d57b29d431d8afa6b8aa8
Diffstat (limited to 'tests/Input/AndroidTest.xml')
-rw-r--r--tests/Input/AndroidTest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Input/AndroidTest.xml b/tests/Input/AndroidTest.xml
index f602c5124e77..8db37058af2b 100644
--- a/tests/Input/AndroidTest.xml
+++ b/tests/Input/AndroidTest.xml
@@ -28,4 +28,10 @@
<!-- Take screenshot upon test failure -->
<option name="screenshot-on-failure" value="true" />
</object>
+ <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector">
+ <option name="pull-pattern-keys" value="input_.*" />
+ <!-- Pull files created by tests, like the output of screenshot tests -->
+ <option name="directory-keys" value="/storage/emulated/0/InputTests" />
+ <option name="collect-on-run-ended-only" value="false" />
+ </metrics_collector>
</configuration>