mirror of
https://github.com/openharmony/test_xdevice.git
synced 2026-07-01 04:39:49 -04:00
67 lines
1.8 KiB
XML
Executable File
67 lines
1.8 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (c) 2020 Huawei Device Co., Ltd.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<user_config>
|
|
<environment>
|
|
<device type="com"
|
|
label="wifiiot">
|
|
<serial>
|
|
<com></com>
|
|
<type>cmd</type>
|
|
<baud_rate>115200</baud_rate>
|
|
<data_bits>8</data_bits>
|
|
<stop_bits>1</stop_bits>
|
|
<timeout>20</timeout>
|
|
</serial>
|
|
<serial>
|
|
<com></com>
|
|
<type>deploy</type>
|
|
<baud_rate>115200</baud_rate>
|
|
</serial>
|
|
</device>
|
|
<device type="com"
|
|
label="ipcamera">
|
|
<serial>
|
|
<com></com>
|
|
<type>cmd</type>
|
|
<baud_rate>115200</baud_rate>
|
|
<data_bits>8</data_bits>
|
|
<stop_bits>1</stop_bits>
|
|
<timeout>1</timeout>
|
|
</serial>
|
|
</device>
|
|
<device type="com"
|
|
label="ipcamera">
|
|
<ip></ip>
|
|
<port></port>
|
|
</device>
|
|
</environment>
|
|
<testcases>
|
|
<dir></dir>
|
|
<server label="NfsServer">
|
|
<ip></ip>
|
|
<port></port>
|
|
<dir></dir>
|
|
<username></username>
|
|
<password></password>
|
|
<remote></remote>
|
|
</server>
|
|
</testcases>
|
|
<resource>
|
|
<dir></dir>
|
|
</resource>
|
|
<loglevel>INFO</loglevel>
|
|
</user_config>
|