mirror of
https://gitee.com/openharmony/testfwk_xdevice
synced 2024-11-27 01:20:53 +00:00
df9a47a5ee
Signed-off-by: deveco_xdevice <liguangjie1@huawei.com>
75 lines
2.3 KiB
XML
75 lines
2.3 KiB
XML
<?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="usb-hdc" label="ohos">
|
|
<info ip="" port="" sn="" alias="" />
|
|
</device>
|
|
<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>
|
|
<web_resource>
|
|
<enable>FALSE</enable>
|
|
<url></url>
|
|
</web_resource>>
|
|
</resource>
|
|
<devicelog>
|
|
<enable>ON</enable>
|
|
<loglevel>INFO</loglevel>
|
|
<dir />
|
|
</devicelog>
|
|
<loglevel>INFO</loglevel>
|
|
</user_config> |