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

Commit 7c829f1e authored by Julien Desprez's avatar Julien Desprez
Browse files

Add RootTargetPreparer for explicitly specifying the root dependency

Before, the test gets root implicitly via DeviceSetup which
wasn't intented.

Change-Id: I9b34a85025a6aa4f138483202fd11db0cbb8b04b
Test: presubmit
Bug: 325094408
parent d821064a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
 -->
<configuration description="Runs Input Tests">
    <option name="test-tag" value="InputTests" />
    <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" />
    <target_preparer class="com.android.tradefed.targetprep.DeviceSetup">
        <!-- keeps the screen on during tests -->
        <option name="screen-always-on" value="on" />