mirror of
https://github.com/openharmony/developtools_integration_verification.git
synced 2026-07-25 06:05:30 -04:00
f4e58033cc
Signed-off-by: huangshan <huangshan9@huawei.com> Change-Id: I77043778982b574943126584c1e8400933107379
59 lines
2.1 KiB
INI
59 lines
2.1 KiB
INI
pkg_manager = mock
|
|
tester = mock
|
|
|
|
[pprof]
|
|
enable = true
|
|
port = 8080
|
|
|
|
[mail]
|
|
host = smtp.example.com
|
|
port = 465
|
|
user = admin
|
|
password = password
|
|
from = admin@example.com
|
|
to = alice@example.com,bob@example.com
|
|
|
|
[proxy]
|
|
server_list =
|
|
user =
|
|
password =
|
|
|
|
[resources]
|
|
device_sn_list = 7001005458323933328a01fce1dc3800
|
|
build_server_addr_list = 127.0.0.1:22
|
|
build_server_user = root
|
|
build_server_password = root
|
|
build_server_workspace = /root/fotff/build_workspace
|
|
|
|
[dayu200]
|
|
archive_dir = C:\dayu200
|
|
watch_ci = false
|
|
workspace = C:\dayu200_workspace
|
|
location_id_list = 110
|
|
branch = master
|
|
manifest_branch = master
|
|
flash_tool = ./pkg/dayu200/upgrade_tool.exe
|
|
|
|
[gitee_build]
|
|
archive_dir = C:\dayu200
|
|
workspace = C:\dayu200_workspace
|
|
branch = master
|
|
manifest_branch = master
|
|
component = dayu200_asan
|
|
pre_compile_cmd = rm -rf out*; ./build/prebuilts_download.sh
|
|
compile_cmd = ./build/common/asan/build_mixed_asan.sh --product-name rk3568 --ccache -g5:foundation,graphic,distributed_data -g2:appspawn --build-variant root -g0:access_token,accessibility,accountmgr,audio_policy,avsession_service,bgtaskmgr_service,bluetooth_service,bytrace,camera_service,cert_manager_service,console,dcamera,device_manager,device_usage_statistics_service,deviceauth_service,deviceinfoservice,dhardware,distributed_data,distributedbms,distributedfile,distributedsched,downloadservice,dscreen,dslm_service,edm,faultloggerd,hidumper_service,hilogd,hitrace,hiview,huks_service,inputmethodservice,installs,locationsa,media_service,memmgrservice,msdp_musl,multimodalinput,netmanager_base,netsysnative,nwebspawn,param_watcher,pinauth_sa_profile,privacy,pulseaudio,quick_fix,samgr_standard,sensors_musl,storage_daemon,sys_installer_sa,telephony,thermal_protector,timeservice,ui_service,wifi_hal_service,wifi_standard
|
|
image_list = out/rk3568/packages/phone/images/uboot.img
|
|
|
|
[xdevice]
|
|
task = acts
|
|
config = ./config/user_config.xml
|
|
test_cases_path = ./testcases
|
|
resource_path = ./resource
|
|
|
|
[smoke]
|
|
py = ./smoke/resource/capturescreentest.py
|
|
config = ./smoke/resource/app_capture_screen_test_config.json
|
|
answer_path = ./smoke/resource
|
|
save_path = ./smoke/save
|
|
tools_path = ./smoke
|