/test/testfwk/developer_test/aw/python/distributed/common/ |
H A D | devices.py | 130 if subprocess.call(command, shell=True, timeout=timeout) == 0: 146 shell=True) 174 self.shell('rm -rf %s' % self.test_path) 175 self.shell('mkdir -p %s' % self.test_path) 176 self.shell('chmod 777 -R %s' % self.test_path) 177 self.shell("mount -o rw,remount,rw /%s" % "system") 180 self.shell("svc power stayon true") 183 self.shell("input keyevent 82") 184 self.shell("wm dismiss-keyguard") 213 self.shell("sv 219 def shell(self, command=""): global() member in DeviceShell [all...] |
H A D | drivers.py | 85 device.shell( 91 process = subprocess.Popen("tar -zxf %s -C %s" % (tar_path, cxx_cov_path), shell=True) 96 (tar_path, cxx_cov_path), shell=True) 97 subprocess.Popen("rm -rf %s" % tar_path, shell=True) 164 self.device.shell(sh_command)
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 83 process = subprocess.Popen(cmd, stdout=pipe, shell=False, 126 shell=False) 129 stdout=subprocess.PIPE, shell=False) 134 shell=False) 138 shell=False) 141 stdout=subprocess.PIPE, shell=False) 145 shell=False) 149 shell=False) 152 stdout=subprocess.PIPE, shell=False) 167 Executes commands in a new shell [all...] |
/test/testfwk/developer_test/src/core/command/ |
H A D | run.py | 169 push_cov_path, "testpart", param), shell=True)
173 push_cov_path, "subsystem", param), shell=True)
180 init_gcov_path, current_raw_cmd), shell=True)
317 coverage_process = subprocess.Popen("rm -rf %s" % coverage_path, shell=True)
411 subprocess.run("python3 %s command_str=%s" % (pull_service_gcov_path, current_raw_cmd), shell=True)
420 cov_main_file_path, testpart), shell=True)
|
H A D | gen.py | 45 subprocess.call(command, shell=False)
|
/test/testfwk/developer_test/local_coverage/ |
H A D | coverage_tools.py | 155 subprocess.run("python3 %s %s" % (interface_path, partname_str), shell=True) 183 subprocess.run("python3 %s" % keyword_path, shell=True) 195 subprocess.run("python3 %s " % after_lcov_branch_path, shell=True)
|
H A D | utils.py | 124 proc = subprocess.Popen(command, shell=True)
|
/test/xts/tools/lite/reliability/ |
H A D | utils.py | 46 stderr=subprocess.PIPE, shell=False, 50 stderr=subprocess.PIPE, shell=True)
|
/test/testfwk/xdevice/plugins/devicetest/ |
H A D | constants.py | 34 shell = "ShellKit" variable in CKit
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/ |
H A D | constants.py | 78 shell = "ShellKit" variable in CKit
|
/test/testfwk/developer_test/libs/benchmark/report/ |
H A D | benchmark_reporter.py | 53 subprocess.call(command, shell=False)
|
/test/testfwk/developer_test/local_coverage/automate_execute/ |
H A D | install_coverage_tools.py | 24 proc = subprocess.Popen(command, shell=True)
|
H A D | build_part.py | 127 subprocess.run("python3 %s %s" % (build_before_path, test_part_str), shell=True)
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | util.py | 303 first_process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=False) 309 shell=False)
|
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | public_method.py | 51 proc = subprocess.Popen(command, shell=True, stdin=subprocess.PIPE,
|
/test/testfwk/developer_test/local_coverage/restore_comment/ |
H A D | after_lcov_branch.py | 67 shell=True).communicate()
|
H A D | build_before_generate.py | 81 shell=True).communicate()
|
/test/xts/dcts/ability/dmsfwk/dmsfwkstagetestserver/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/communication/dsoftbus/rpcserver/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/server/hap/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/multimedia/avsessionserver/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/communication/dsoftbus_request/rpcserver/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_stage_store/server/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/filemanagement/fileio/server/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/tools/sample/AppSampleD/ |
H A D | hvigorw.bat | 22 @rem Set local scope for the variables with windows NT shell
|