summaryrefslogtreecommitdiffstats
path: root/tests/AndroidTest.xml
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-04-03 02:03:34 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-04-03 02:03:34 +0200
commit6b6c21af2873ebd8a3e79ed1c853ca4e0ce9e88b (patch)
treef7e836e456c12c48497dfa918dd69272842d3c20 /tests/AndroidTest.xml
parentMerge "Do not skip the update installation if it's a retry" (diff)
parenttests: Pick up testdata with LOCAL_TEST_DATA. (diff)
downloadandroid_bootable_recovery-6b6c21af2873ebd8a3e79ed1c853ca4e0ce9e88b.tar
android_bootable_recovery-6b6c21af2873ebd8a3e79ed1c853ca4e0ce9e88b.tar.gz
android_bootable_recovery-6b6c21af2873ebd8a3e79ed1c853ca4e0ce9e88b.tar.bz2
android_bootable_recovery-6b6c21af2873ebd8a3e79ed1c853ca4e0ce9e88b.tar.lz
android_bootable_recovery-6b6c21af2873ebd8a3e79ed1c853ca4e0ce9e88b.tar.xz
android_bootable_recovery-6b6c21af2873ebd8a3e79ed1c853ca4e0ce9e88b.tar.zst
android_bootable_recovery-6b6c21af2873ebd8a3e79ed1c853ca4e0ce9e88b.zip
Diffstat (limited to 'tests/AndroidTest.xml')
-rw-r--r--tests/AndroidTest.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/AndroidTest.xml b/tests/AndroidTest.xml
index 3999aa57d..6b86085aa 100644
--- a/tests/AndroidTest.xml
+++ b/tests/AndroidTest.xml
@@ -16,16 +16,18 @@
<configuration description="Config for recovery_component_test and recovery_unit_test">
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
<option name="cleanup" value="true" />
- <option name="push" value="recovery_component_test->/data/local/tmp/recovery_component_test" />
- <option name="push" value="recovery_unit_test->/data/local/tmp/recovery_unit_test" />
+ <option name="push" value="recovery_component_test->/data/local/tmp/recovery_component_test/recovery_component_test" />
+ <option name="push" value="testdata->/data/local/tmp/recovery_component_test/testdata" />
+ <option name="push" value="recovery_unit_test->/data/local/tmp/recovery_unit_test/recovery_unit_test" />
+ <option name="push" value="testdata->/data/local/tmp/recovery_unit_test/testdata" />
</target_preparer>
<option name="test-suite-tag" value="apct" />
<test class="com.android.tradefed.testtype.GTest" >
- <option name="native-test-device-path" value="/data/local/tmp" />
+ <option name="native-test-device-path" value="/data/local/tmp/recovery_component_test" />
<option name="module-name" value="recovery_component_test" />
</test>
<test class="com.android.tradefed.testtype.GTest" >
- <option name="native-test-device-path" value="/data/local/tmp" />
+ <option name="native-test-device-path" value="/data/local/tmp/recovery_unit_test" />
<option name="module-name" value="recovery_unit_test" />
</test>
</configuration>