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

Commit e431c26b authored by Yike's avatar Yike
Browse files

Use `PushFilePreparer` to push files in PreloadCheck

This change modifies the test config file by switching to use `PushFilePreparer` instead of `FilePusher`, since the `FilePusher` class which is defined in `compatibility-tradefed` is designed for the tests that are part of compatibility suite, but PreloadCheck is not.

Bug: 220991354
Test: atest PreloadCheck
Change-Id: Id25a16d6339b0ec8b5b61f1799c842f5ebd143ba
parent 770e6897
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
     limitations under the License.
-->
<configuration description="Config for PreloadCheck">
    <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher">
    <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
        <option name="cleanup" value="true" />
        <option name="push" value="preload-check-device.jar->/data/local/tmp/preload-check-device.jar" />
    </target_preparer>
+1 −0
Original line number Diff line number Diff line
include /ZYGOTE_OWNERS