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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user