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
This commit is contained in:
Yike
2022-08-29 13:31:14 +08:00
parent 770e68977b
commit e431c26b09
2 changed files with 2 additions and 1 deletions

View File

@@ -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>

View File

@@ -0,0 +1 @@
include /ZYGOTE_OWNERS