summaryrefslogtreecommitdiff
path: root/oem_template/xts/AndroidTest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'oem_template/xts/AndroidTest.xml')
-rw-r--r--oem_template/xts/AndroidTest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/oem_template/xts/AndroidTest.xml b/oem_template/xts/AndroidTest.xml
index 1ef5206..cd86156 100644
--- a/oem_template/xts/AndroidTest.xml
+++ b/oem_template/xts/AndroidTest.xml
@@ -20,6 +20,12 @@
<option name="jar" value="XtsTimeZoneTestCases.jar" />
<!-- OEM-INSTRUCTION: Change this to match the package name of the data app -->
<option name="set-option" value="oem-data-app-package-name:com.oemcorp.android.timezone.data" />
+ <!-- OEM-INSTRUCTION: Change this to match the name of the target used to include the test .apks -->
+ <!--
+ This has to match the name of the .apk files included in the test
+ suite. For example, if the value below is "oem-data-app-apk-prefix:TimeZoneData"
+ the test will look for TimeZoneData_test1.apk and TimeZoneData_test2.apk, etc. during tests.
+ -->
<option name="set-option" value="oem-data-app-apk-prefix:TimeZoneData" />
</test>
</configuration>