Home
last modified time | relevance | path

Searched refs:check_call (Results 1 – 25 of 26) sorted by relevance

12

/tools/acloud/internal/lib/
Dadb_tools_test.py117 subprocess.check_call.assert_not_called()
121 subprocess.check_call.call_count = 0
125 subprocess.check_call.assert_called_with([adb_cmd._adb_command,
138 subprocess.check_call.assert_not_called()
143 subprocess.check_call.call_count = 0
147 subprocess.check_call.assert_called_with([adb_cmd._adb_command,
153 subprocess.check_call.call_count = 0
157 subprocess.check_call.assert_not_called()
162 subprocess.check_call.call_count = 0
Dadb_tools.py212 subprocess.check_call(adb_disconnect_args)
254 subprocess.check_call(adb_connect_args)
269 subprocess.check_call(adb_unlock_args.split())
Dutils_test.py167 self.assertEqual(subprocess.check_call.call_count, 0) #pylint: disable=no-member
178 self.assertEqual(subprocess.check_call.call_count, 1) #pylint: disable=no-member
179 subprocess.check_call.assert_called_with( #pylint: disable=no-member
465 subprocess.check_call.assert_called_with(["pkill", "-9", "-f", fake_ss_vncviewer_pattern])
467 subprocess.check_call.call_count = 0
470 subprocess.check_call.assert_not_called()
Dutils.py372 subprocess.check_call(cmd, stdout=sys.stderr, stderr=sys.stdout)
808 subprocess.check_call(command, stderr=dev_null, stdout=dev_null)
819 subprocess.check_call(_RELEASE_PORT_CMD % port,
1149 subprocess.check_call([constants.CMD_PGREP, "-af", command],
1274 subprocess.check_call(command_kill)
/tools/test/connectivity/acts_tests/
Dsetup.py58 subprocess.check_call(command, cwd=acts_framework_dir)
108 subprocess.check_call(install_args + ['--upgrade', 'pip'])
113 subprocess.check_call(install_args +
/tools/treble/build/sandbox/
Drbe_action.py54 subprocess.check_call(
69 subprocess.check_call(rewrapper_cmd, env=env, cwd=src_root)
Dnsjail.py347 subprocess.check_call(['adb', 'kill-server'])
354 subprocess.check_call(nsjail_command, stdout=stdout, stderr=stderr)
Doverlay.py335 subprocess.check_call(['cp', '--no-dereference', source_path, dest_path])
/tools/test/connectivity/acts/framework/
Dsetup.py119 subprocess.check_call(install_args + ['--upgrade', 'pip'])
124 subprocess.check_call(install_args +
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_ims_utils.py46 def check_call(log, dut, dut_client): function
185 if not check_call(log, ad, dut_client):
256 if not check_call(log, ad, dut_client):
/tools/asuite/plugin_lib/
Ddeployment.py87 subprocess.check_call(cmd, cwd=asuite_plugin_path)
/tools/asuite/
Dasuite_run_unittests.py65 subprocess.check_call(shlex.split(cmd), cwd=path)
/tools/acloud/public/acloud_kernel/
Dkernel_swapper.py147 functor=lambda cmd: subprocess.check_call(cmd, shell=True),
/tools/acloud/create/
Dremote_image_local_instance.py108 subprocess.check_call(fetch_cvd_args)
Dcreate.py142 subprocess.check_call(build_adb_cmd, stderr=dev_null,
Dlocal_image_local_instance.py552 subprocess.check_call(cmd, shell=True, stderr=subprocess.STDOUT,
/tools/test/connectivity/acts/framework/acts/libs/proc/
Dprocess.py161 subprocess.check_call('taskkill /F /T /PID %s' % self._process.pid)
/tools/asuite/aidegen/lib/
Dide_common_util.py66 subprocess.check_call(run_sh_cmd, shell=True)
/tools/asuite/aidegen_functional_test/
Daidegen_functional_test_main.py631 subprocess.check_call(cmd, shell=True)
661 subprocess.check_call(
/tools/asuite/atest-py2/tools/
Datest_tools.py133 subprocess.check_call(updatedb_cmd, env=full_env_vars)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Dcheck_quality.py116 subprocess.check_call(command)
/tools/asuite/atest/
Datest_utils.py288 subprocess.check_call(cmd, stderr=subprocess.STDOUT,
904 return (not subprocess.check_call(constants.CERT_STATUS_CMD,
/tools/asuite/atest/tools/
Datest_tools.py153 if subprocess.check_call(updatedb_cmd, env=full_env_vars) == 0:
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory.py177 subprocess.check_call(fetch_cvd_args)
/tools/acloud/list/
Dinstance.py487 subprocess.check_call(

12