Richard Uhler | e1ea3ae | 2019-05-21 13:08:46 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2019 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="Runs the apex rollback test cases"> |
| 17 | <option name="test-suite-tag" value="apex_rollback_tests" /> |
| 18 | <option name="test-suite-tag" value="apct" /> |
| 19 | <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/> |
Richard Uhler | c15c5c2 | 2019-09-06 10:28:19 +0100 | [diff] [blame] | 20 | <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> |
| 21 | <option name="cleanup" value="true" /> |
| 22 | <option name="remount-system" value="true" /> |
| 23 | <option name="push" value="trigger_watchdog.rc->/system/etc/init/trigger_watchdog.rc" /> |
| 24 | <option name="push" value="trigger_watchdog.sh->/system/bin/trigger_watchdog.sh" /> |
Gavin Corkery | 879fe9b | 2020-01-29 19:13:50 +0000 | [diff] [blame] | 25 | <option name="push" value="trigger_reboot.sh->/system/bin/trigger_reboot.sh"/> |
Richard Uhler | c15c5c2 | 2019-09-06 10:28:19 +0100 | [diff] [blame] | 26 | </target_preparer> |
Richard Uhler | e1ea3ae | 2019-05-21 13:08:46 +0100 | [diff] [blame] | 27 | <test class="com.android.tradefed.testtype.HostTest" > |
| 28 | <option name="jar" value="apex_rollback_tests.jar" /> |
| 29 | </test> |
| 30 | </configuration> |