Automatically clean up flicker test data

Currently the flicker tests leave data on the /sdcard/flicker directory. We now clean up this data after the test.

The logs are still available in the atest results directory.

Test: atest FlickerTests
Change-Id: Ia83cbedff3104964e3d4be14a7c035f2193d36a8
This commit is contained in:
Nataniel Borges
2019-12-04 09:23:34 +01:00
parent c7a4eec435
commit 9f2ad75a6e

View File

@@ -25,6 +25,6 @@
<metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector">
<option name="directory-keys" value="/sdcard/flicker" />
<option name="collect-on-run-ended-only" value="true" />
<option name="clean-up" value="false" />
<option name="clean-up" value="true" />
</metrics_collector>
</configuration>