Searched refs:check_shell (Results 1 - 2 of 2) sorted by relevance
/developtools/hdc/scripts/ |
H A D | hdc_normal_test.py | 33 from dev_hdc_test import check_rom, check_shell namespace 50 assert check_shell(f"file send {get_local_path('empty_dir')} {get_remote_path('it_empty_dir')}", "the source folder is empty") 52 assert check_shell(f"file recv {get_remote_path('it_empty_dir_recv')} {get_local_path('empty_dir_recv')}", "the source folder is empty") 99 assert check_shell( 103 assert check_shell( 107 assert check_shell( 113 assert check_shell( 239 assert check_shell(f"shell param get persist.hdc.control.file", "false") 240 assert check_shell(f"file send {get_local_path('small')} {get_remote_path('it_small')}", 242 assert check_shell( [all...] |
H A D | dev_hdc_test.py | 308 def check_shell(cmd, pattern=None, fetch=False): function 397 return check_shell(cmd, local_md5) 403 return check_shell(cmd, bundle) 409 return check_shell(cmd, GP.device_name) 416 return check_shell(cmd) and _check_file(local_path, remote_path) 423 return check_shell(cmd) and _check_file(local_path, remote_path) 430 return check_shell(install_cmd, "failed to install bundle") 432 return check_shell(install_cmd, "successfully") and _check_app_installed(bundle, "s" in args) 437 return check_shell(uninstall_cmd, "successfully") and not _check_app_installed(bundle, "s" in args) 453 if not check_shell(install_cm [all...] |
Completed in 2 milliseconds