• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#  Copyright (c) 2023 Huawei Device Co., Ltd.
2#  Licensed under the Apache License, Version 2.0 (the "License");
3#  you may not use this file except in compliance with the License.
4#  You may obtain a copy of the License at
5#
6#      http://www.apache.org/licenses/LICENSE-2.0
7#
8#  Unless required by applicable law or agreed to in writing, software
9#  distributed under the License is distributed on an "AS IS" BASIS,
10#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11#  See the License for the specific language governing permissions and
12#  limitations under the License.
13
14url_dailybuilds : "http://ci.openharmony.cn/api/ci-backend/ci-portal/v1/dailybuilds"
15headers :
16    'Accept': 'application/json, text/plain, */*'
17    'Accept-Encoding': 'gzip, deflate'
18    'Accept-Language': 'zh-CN,zh;q=0.8'
19    'Access-Control-Allow-Credentials': 'true'
20    'Access-Control-Allow-Methods': 'POST, GET, PUT, OPTIONS, DELETE, PATCH'
21    'Access-Control-Allow-Origin': '*'
22    'Connection': 'keep-alive'
23    'Content-Length': '216'
24    'Content-Type': 'application/json;charset=UTF-8'
25    'Cookie': '_frid=d54846f4e88e415587e14aed0e4a9d63;\
26            __51vcke__JhI7USZ6OfAHQZUm=0af50c49-e1b6-5ca4-9356-a986a785be93;\
27            __51vuft__JhI7USZ6OfAHQZUm=1684307559015;\
28            _fr_ssid=c60810a1808f447b9f696d9534294dcb;\
29            __51uvsct__JhI7USZ6OfAHQZUm=5;\
30            __vtins__JhI7USZ6OfAHQZUm=%7B%22sid%22%3A%20%22972e7520-a952-52ff-b0f4-0c3ca53da01b%22%2C%20%22vd%22%3A%205%2C%20%22stt%22%3A%201947502%2C%20%22dr%22%3A%20409887%2C%20%22expires%22%3A%201684921552594%2C%20%22ct%22%3A%201684919752594%7D;\
31            _fr_pvid=3a57d4c932eb4e10814323c8d3758b0d'
32    'hide': 'false'
33    'Host': 'ci.openharmony.cn'
34    'Origin': 'http://ci.openharmony.cn'
35    'Referer': 'http://ci.openharmony.cn/dailys/dailybuilds'
36    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64) \
37        AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0\
38        Safari/537.36 Edg/113.0.1774.50'
39data:
40    'branch': "master"
41    'buildFailReason': ""
42    'buildStatus': "success"
43    'component': "dayu200"
44    'deviceLevel': ""
45    'endTime': ""
46    'hardwareBoard': ""
47    'pageNum': 1
48    'pageSize': 8
49    'projectName': "openharmony"
50    'startTime': ""
51    'testResult': ""
52url_dayu200:
53    - "http://download.ci.openharmony.cn/version/Daily_Version/dayu200/"
54    - "/version-Daily_Version-dayu200-"
55    - "-dayu200.tar.gz"
56url_tools : 'http://123.60.114.105:9999/RKDevTool.zip'
57path_xts_pack : 'D:\\AutoXTSTest\\dayu200_xts.tar.gz'
58path_xts_dir : 'D:\\AutoXTSTest\\dayu200_xts'
59path_configfile : 'D:\\AutoXTSTest\\dayu200_xts\\suites\\acts\\config\\user_config.xml'
60path_xts_report : 'D:\\AutoXTSTest\\dayu200_xts\\suites\\acts\\reports'