summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nataniel Borges <natanieljr@google.com> 2023-07-03 15:00:08 +0000
committer Nataniel Borges <natanieljr@google.com> 2023-07-03 15:37:03 +0000
commit0b156fa0429bc440421b6fc027f9ea2fdc207c3e (patch)
tree9f2a4816b041f577183d9a8a6858ffed0c712a78
parent41b1f9888744c02ec85b17df54e8008e7b249ace (diff)
Fetch artifacts from notification package
Currently all other packages are fetch, except for notification Test: atest FlickerTestsNotification Bug: 288342341 Change-Id: I107b1d5e16a0fb133787b581ae0c35067dec6cb8
-rw-r--r--tests/FlickerTests/AndroidTestTemplate.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/FlickerTests/AndroidTestTemplate.xml b/tests/FlickerTests/AndroidTestTemplate.xml
index 1ede943a9fa2..ed63ec0a0e83 100644
--- a/tests/FlickerTests/AndroidTestTemplate.xml
+++ b/tests/FlickerTests/AndroidTestTemplate.xml
@@ -85,6 +85,8 @@
value="/data/user/0/com.android.server.wm.flicker.quickswitch/files"/>
<option name="directory-keys"
value="/data/user/0/com.android.server.wm.flicker.rotation/files"/>
+ <option name="directory-keys"
+ value="/data/user/0/com.android.server.wm.flicker.notification/files"/>
<option name="collect-on-run-ended-only" value="true"/>
<option name="clean-up" value="true"/>
</metrics_collector>