blob: e5e82bd954664770824143ab54bef1abc9b8bcb9 [file] [log] [blame]
Richard Uhlere1ea3ae2019-05-21 13:08:46 +01001<?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 Uhlerc15c5c22019-09-06 10:28:19 +010020 <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 Corkery879fe9b2020-01-29 19:13:50 +000025 <option name="push" value="trigger_reboot.sh->/system/bin/trigger_reboot.sh"/>
Richard Uhlerc15c5c22019-09-06 10:28:19 +010026 </target_preparer>
Richard Uhlere1ea3ae2019-05-21 13:08:46 +010027 <test class="com.android.tradefed.testtype.HostTest" >
28 <option name="jar" value="apex_rollback_tests.jar" />
29 </test>
30</configuration>