Kohsuke Yatoh | bc71822 | 2021-01-31 23:48:46 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2021 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | <configuration description="Updatable system font integration/regression test"> |
| 17 | <option name="test-suite-tag" value="apct" /> |
| 18 | |
| 19 | <!-- This test requires root to side load fs-verity cert. --> |
| 20 | <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" /> |
| 21 | |
Kohsuke Yatoh | f0c113e | 2021-04-12 17:09:43 -0700 | [diff] [blame] | 22 | <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> |
| 23 | <option name="cleanup-apks" value="true" /> |
Kohsuke Yatoh | f74e3b6 | 2021-05-01 22:30:57 -0700 | [diff] [blame] | 24 | <option name="test-file-name" value="UpdatableSystemFontTest.apk" /> |
Kohsuke Yatoh | f0c113e | 2021-04-12 17:09:43 -0700 | [diff] [blame] | 25 | <option name="test-file-name" value="EmojiRenderingTestApp.apk" /> |
| 26 | </target_preparer> |
| 27 | |
Kohsuke Yatoh | bc71822 | 2021-01-31 23:48:46 -0800 | [diff] [blame] | 28 | <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> |
| 29 | <option name="cleanup" value="true" /> |
Kohsuke Yatoh | bc71822 | 2021-01-31 23:48:46 -0800 | [diff] [blame] | 30 | <option name="push" value="UpdatableSystemFontTestCert.der->/data/local/tmp/UpdatableSystemFontTestCert.der" /> |
Kohsuke Yatoh | 5045660 | 2022-02-16 16:36:25 -0800 | [diff] [blame] | 31 | <option name="push" value="UpdatableSystemFontTest_NotoColorEmoji.ttf->/data/local/tmp/UpdatableSystemFontTest_NotoColorEmoji.ttf" /> |
Kohsuke Yatoh | 865a9cb | 2021-05-19 11:36:23 -0700 | [diff] [blame] | 32 | <option name="push" value="UpdatableSystemFontTest_NotoColorEmoji.sig->/data/local/tmp/UpdatableSystemFontTest_NotoColorEmoji.sig" /> |
| 33 | <option name="push" value="UpdatableSystemFontTest_NotoColorEmojiV0.ttf->/data/local/tmp/UpdatableSystemFontTest_NotoColorEmojiV0.ttf" /> |
| 34 | <option name="push" value="UpdatableSystemFontTest_NotoColorEmojiV0.sig->/data/local/tmp/UpdatableSystemFontTest_NotoColorEmojiV0.sig" /> |
| 35 | <option name="push" value="UpdatableSystemFontTest_NotoColorEmojiVPlus1.ttf->/data/local/tmp/UpdatableSystemFontTest_NotoColorEmojiVPlus1.ttf" /> |
| 36 | <option name="push" value="UpdatableSystemFontTest_NotoColorEmojiVPlus1.sig->/data/local/tmp/UpdatableSystemFontTest_NotoColorEmojiVPlus1.sig" /> |
| 37 | <option name="push" value="UpdatableSystemFontTest_NotoColorEmojiVPlus2.ttf->/data/local/tmp/UpdatableSystemFontTest_NotoColorEmojiVPlus2.ttf" /> |
| 38 | <option name="push" value="UpdatableSystemFontTest_NotoColorEmojiVPlus2.sig->/data/local/tmp/UpdatableSystemFontTest_NotoColorEmojiVPlus2.sig" /> |
Kohsuke Yatoh | 5045660 | 2022-02-16 16:36:25 -0800 | [diff] [blame] | 39 | <option name="push" value="UpdatableSystemFontTest_NotoSerif-Regular.ttf->/data/local/tmp/UpdatableSystemFontTest_NotoSerif-Regular.ttf" /> |
| 40 | <option name="push" value="UpdatableSystemFontTest_NotoSerif-Regular.sig->/data/local/tmp/UpdatableSystemFontTest_NotoSerif-Regular.sig" /> |
| 41 | <option name="push" value="UpdatableSystemFontTest_NotoSerif-Bold.sig->/data/local/tmp/UpdatableSystemFontTest_NotoSerif-Bold.sig" /> |
| 42 | <option name="push" value="UpdatableSystemFontTest_NotoSerif-Bold.ttf->/data/local/tmp/UpdatableSystemFontTest_NotoSerif-Bold.ttf" /> |
Kohsuke Yatoh | bc71822 | 2021-01-31 23:48:46 -0800 | [diff] [blame] | 43 | </target_preparer> |
| 44 | |
Kohsuke Yatoh | f74e3b6 | 2021-05-01 22:30:57 -0700 | [diff] [blame] | 45 | <test class="com.android.tradefed.testtype.AndroidJUnitTest"> |
| 46 | <option name="package" value="com.android.updatablesystemfont" /> |
Kohsuke Yatoh | bc71822 | 2021-01-31 23:48:46 -0800 | [diff] [blame] | 47 | </test> |
| 48 | </configuration> |