blob: c89cbb5bcf8274577e15a487bb6d14b8518cf33c [file] [log] [blame]
Christopher Ferris852f9b02023-06-02 16:34:28 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2023 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 malloc_debug_system_tests.">
17 <option name="test-suite-tag" value="apct" />
18 <option name="test-suite-tag" value="apct-native" />
19
20 <!-- cannot be autogenerated: b/153565474 -->
21 <target_preparer class="com.android.tradefed.targetprep.RebootTargetPreparer">
22 <!-- flake mitigation, in case device is in bad state-->
23 <option name="pre-reboot" value="true" />
24 <!-- This test can become flaky if there are lots of other tests
25 running at the same time so do this to attempt to run this test
26 as isolated as possible.
27 tests. -->
28 <option name="post-reboot" value="true" />
29 </target_preparer>
30
31 <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/>
32
33 <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
34 <option name="cleanup" value="true" />
35 <option name="push" value="malloc_debug_system_tests->/data/local/tests/unrestricted/malloc_debug_system_tests" />
36 </target_preparer>
37
38 <test class="com.android.tradefed.testtype.GTest" >
39 <option name="native-test-device-path" value="/data/local/tests/unrestricted/" />
40 <option name="module-name" value="malloc_debug_system_tests" />
41 </test>
42</configuration>