• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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<!-- Common configuration for atest's local runs with minimum overhead. -->
17<configuration description="Common configuration for atest's local runs with minimum overhead">
18    <build_provider class="com.android.tradefed.build.BootstrapBuildProvider" />
19
20    <template-include name="testbed-preparers" default="empty" />
21
22    <template-include name="preparers" default="empty" />
23
24    <template-include name="test" default="empty" />
25
26    <template-include name="log_saver" default="empty" />
27
28    <logger class="com.android.tradefed.log.FileLogger">
29        <option name="log-level" value="VERBOSE" />
30        <option name="log-level-display" value="VERBOSE" />
31    </logger>
32    <result_reporter class="com.android.tradefed.result.ConsoleResultReporter" />
33    <result_reporter class="com.android.tradefed.result.suite.SuiteResultReporter" />
34    <template-include name="reporters" default="empty" />
35    <template-include name="metrics_collector" default="empty" />
36    <template-include name="metric_post_processor" default="empty" />
37</configuration>
38