Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 988b880b authored by Mathieu Chartier's avatar Mathieu Chartier Committed by Automerger Merge Worker
Browse files

Merge "Reboot device after test for cleanup" into rvc-dev am: 7e85cd61 am:...

Merge "Reboot device after test for cleanup" into rvc-dev am: 7e85cd61 am: 0b7cd15c am: 5d46985e

Change-Id: I652e3ca3bfbce2eea55b665f8db965ccdae13b66
parents 1444765a 5d46985e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@
        <option name="force-skip-system-props" value="true" />
    </target_preparer>

    <target_preparer class="com.android.tradefed.targetprep.DeviceCleaner">
        <option name="cleanup-action" value="REBOOT" />
    </target_preparer>

    <test class="com.android.tradefed.testtype.HostTest" >
        <option name="class" value="com.android.bootimageprofile.BootImageProfileTest" />
    </test>