Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 25 of 68) sorted by relevance

123

/tools/acloud/internal/lib/
Dcvd_utils_test.py85 mock_ssh.Run.assert_any_call("/usr/bin/install_zip.sh dir < "
87 mock_ssh.Run.assert_any_call("tar -xzf - -C dir < /mock/cvd.tar.gz")
131 mock_ssh.Run.assert_called_with(expected_cvd_tar_ssh_cmd)
146 mock_ssh.Run.assert_called_with(expected_cvd_tar_ssh_cmd)
165 mock_ssh.Run.assert_called_once_with("mkdir -p dir/acloud_image")
177 mock_ssh.Run.assert_called_once()
206 mock_ssh.Run.assert_called_once()
242 mock_ssh.Run.assert_called_once_with("mkdir -p dir/acloud_image")
285 mock_ssh.Run.assert_called_once()
297 mock_ssh.Run.assert_called_once()
[all …]
Dcvd_utils.py198 ssh_obj.Run(remote_cmd)
249 ssh_obj.Run(remote_cmd)
337 ssh_obj.Run("mkdir -p " +
533 ssh_obj.Run(
591 ssh_obj.Run(stop_cvd_cmd)
594 ssh_obj.Run(stop_cvd_cmd, retry=0)
601 ssh_obj.Run(f"'rm -rf {remote_path.join(remote_dir, '*')}'")
675 ssh_obj.Run(shlex.quote(
692 remote_image_dir = ssh_obj.Run(
706 ssh_obj.Run(shlex.quote(
[all …]
/tools/asuite/atest/unittest_data/
Dmy_cc_test.cc4 Run("List<{}>", kListSupportExpectations); in TEST_P()
17 Run("List<{}>", kListSupportExpectations); in TEST_P()
32 Run("List<{}>", kListSupportExpectations); in TEST()
35 Run("List<{}>", kListSupportExpectations); in TEST()
40 Run("List<{}>", kListSupportExpectations); in TEST_F()
44 Run("List<{}>", kListSupportExpectations); in TEST_F()
53 Run("List<{}>", kListSupportExpectations); in TEST_WITH_FLAGS()
59 Run("List<{}>", kListSupportExpectations);
66 Run("List<{}>", kListSupportExpectations); in TEST_F_WITH_FLAGS()
73 Run("List<{}>", kListSupportExpectations);
/tools/acloud/setup/
Dhost_setup_runner_test.py81 self.CuttlefishHostSetup.Run()
86 self.CuttlefishHostSetup.Run()
132 self.AvdPkgInstaller.Run()
137 self.AvdPkgInstaller.Run()
172 self.CuttlefishCommonPkgInstaller.Run()
178 self.CuttlefishCommonPkgInstaller.Run()
183 self.CuttlefishCommonPkgInstaller.Run()
215 self.LocalCAHostSetup.Run()
220 self.LocalCAHostSetup.Run()
225 self.LocalCAHostSetup.Run()
Dsetup.py32 def Run(args): function
77 subtask.Run(force_setup=args.force)
/tools/acloud/public/
Dacloud_main.py438 reporter = create.Run(args)
459 reporter = delete.Run(args)
461 list_instances.Run(args)
463 reconnect.Run(args)
465 reporter = restart.Run(args)
467 reporter = powerwash.Run(args)
469 reporter = pull.Run(args)
471 setup.Run(args)
473 hostcleanup.Run(args)
/tools/acloud/restart/
Drestart_test.py48 restart.Run(args)
59 restart.Run(args)
69 restart.Run(args)
91 Ssh.Run.assert_called_once()
Drestart.py79 ssh.Run(ssh_command)
85 def Run(args): function
/tools/acloud/public/actions/
Dremote_host_gf_device_factory.py217 self._ssh.Run("""'echo -n "" > .emulator_console_auth_token'""")
230 self._ssh.Run(f"rm -rf {self._GetInstancePath('')}")
598 self._ssh.Run(f"mkdir -p {remote_emulator_dir} {remote_image_dir}")
602 self._ssh.Run(f"unzip -d {remote_emulator_dir} "
604 self._ssh.Run(f"unzip -d {remote_image_dir} {remote_image_zip_path}")
617 self._ssh.Run("'test -f %(dst)s || "
657 self._ssh.Run(f"'test -f {remote_params_path} && "
707 self._ssh.Run("chmod -R +x %s" % " ".join(remote_bin_paths))
710 self._ssh.Run(f"mkdir -p {remote_runtime_dir}")
729 self._ssh.Run(
Dremote_host_cf_device_factory_test.py114 mock_ssh_obj.Run.assert_called_with("mkdir -p acloud_cf_2")
165 mock_ssh_obj.Run.assert_called_with("mkdir -p acloud_cf_1")
212 mock_ssh_obj.Run.assert_called_with("mkdir -p acloud_cf_1")
269 mock_ssh_obj.Run.assert_called_with("mkdir -p acloud_cf_1")
317 mock_ssh_obj.Run.assert_called_with("mkdir -p acloud_cf_1")
370 mock_ssh_obj.Run.assert_called_with("mkdir -p acloud_cf_1")
432 mock_ssh_obj.Run.assert_called_with("cp -frT mock_img_dir acloud_cf_1")
446 mock_ssh_obj.Run.assert_called_with("cp -frT mock_img_dir acloud_cf_1")
/tools/acloud/delete/
Ddelete_test.py405 delete.Run(args)
409 delete.Run(args)
413 delete.Run(args)
417 delete.Run(args)
423 delete.Run(args)
428 delete.Run(args)
432 delete.Run(args)
436 delete.Run(args)
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS189 Note: Run the test a first time and it will fail. Change the address to
207 Note: Run the test a first time and it will fail. Change the address to
250 Note: Run the test a first time and it will fail. Change the address to
267 Note: Run the test a first time and it will fail. Change the address to
296 Note: Run the test a first time and it will fail. Change the address to
317 Note: Run the test a first time and it will fail. Change the address to
347 Note: Run the test a first time and it will fail. Change the address to
529 Note: Run these commands before executing the testcase on PTS Side
537 Note: Run these commands before executing the testcase on PTS Side
548 Note: Run the first 4 commands before executing the testcase on PTS Side
[all …]
/tools/repohooks/
DREADME.md180 * `aidl_format`: Run AIDL files (.aidl) through `aidl-format`.
183 * `bpfmt`: Run Blueprint files (.bp) through `bpfmt`.
184 * `checkpatch`: Run commits through the Linux kernel's `checkpatch.pl` script.
185 * `clang_format`: Run git-clang-format against the commit. The default style is
198 * `cpplint`: Run through the cpplint tool (for C++ code).
199 * `gofmt`: Run Go code through `gofmt`.
200 * `google_java_format`: Run Java code through
205 * `ktfmt`: Run Kotlin code through `ktfmt`. Supports an additional option
209 * `pylint2`: Run Python code through `pylint` using Python 2.
210 * `pylint3`: Run Python code through `pylint` using Python 3.
[all …]
/tools/dexter/dexter/
Ddexter_tests.py58 def Run(cmd, stdin_content=None): function
93 actual_output = Run(cmd)
105 cmp_output = Run('diff "%s" -' % expected_filename, actual_output)
/tools/acloud/hostcleanup/
Dhost_cleanup_runner_test.py61 self.PackagesUninstaller.Run()
66 self.PackagesUninstaller.Run()
77 self.PackagesUninstaller.Run()
Dhostcleanup.py20 def Run(args): function
31 host_cleanup_runner.PackagesUninstaller().Run()
/tools/acloud/create/
Dcreate_test.py113 setup.Run.assert_not_called()
121 setup.Run.assert_called_once()
194 create.Run(args)
200 create.Run(args)
Dgoldfish_remote_image_remote_instance_test.py43 create.Run(args)
49 create.Run(args)
Dremote_image_remote_host_test.py50 create.Run(args)
57 create.Run(args)
Dlocal_image_remote_host_test.py52 create.Run(args)
59 create.Run(args)
/tools/external_updater/docs/
Ddev.md40 Run the type checker and linter with `make lint`.
42 Run the tests with `make test`.
44 Run all of the above with `make check` or just `make`.
/tools/acloud/powerwash/
Dpowerwash.py66 ssh.Run(ssh_command)
72 def Run(args): function
/tools/tradefederation/core/javatests/res/config/suite/
Dsuite.md50 ## Run a suite
52 ### Run a suite in local build
68 ### Run a suite with remote build
/tools/acloud/pull/
Dpull.py100 ssh.Run("tail -f -n +1 %s" % log_file, show_output=True)
188 def Run(args): function
/tools/acloud/
DREADME.md23 * Run lunch for an AVD target
201 * Run setup for remote/local instances
205 * Run setup for remote instances only
209 * Run setup for local instances only

123