• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (c) 2021 Huawei Device Co., Ltd.
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<user_config>
17  <build>
18    <!-- whether compile test demo case, default false -->
19    <example>false</example>
20    <!-- whether compile test version, default false -->
21    <version>false</version>
22    <!-- whether compile test case, default false -->
23    <testcase>true</testcase>
24  </build>
25  <environment>
26    <!-- reserved field, configure devices that support HDC connection -->
27    <device type="usb-hdc">
28      <ip></ip>
29      <port></port>
30      <sn></sn>
31    </device>
32    <!-- configure devices that support serial connection -->
33    <device type="com" label="ipcamera">
34      <serial>
35        <com></com>
36        <type>cmd</type>
37        <baud_rate>115200</baud_rate>
38        <data_bits>8</data_bits>
39        <stop_bits>1</stop_bits>
40        <timeout>1</timeout>
41      </serial>
42    </device>
43  </environment>
44  <!-- configure test cases path -->
45  <test_cases>
46    <dir></dir>
47  </test_cases>
48  <!-- reserved field, configure output path for coverage -->
49  <coverage>
50    <outpath></outpath>
51  </coverage>
52  <!-- configure NFS mount path for test cases -->
53  <NFS>
54    <host_dir></host_dir>
55    <mnt_cmd></mnt_cmd>
56    <board_dir></board_dir>
57  </NFS>
58</user_config>
59