Searched refs:cmds (Results 1 – 10 of 10) sorted by relevance
/test/vts/utils/python/common/ |
D | cmd_result.py | 51 self.cmds = [] 85 return self.cmds[-1] 110 self.cmds.append(cmd)
|
D | cmd_result_test.py | 104 self.assertEqual(self.res_multiple_with_cmd_and_exception.cmds, ['cmd1', 'cmd2'])
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/ |
D | CmdUtil.java | 69 public boolean retry(ITestDevice device, Vector<String> cmds, String validation_cmd, in retry() argument 71 if (cmds.isEmpty()) { in retry() 76 for (String cmd : cmds) { in retry()
|
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/ |
D | CmdUtilTest.java | 110 Vector<String> cmds = new Vector<String>(); in testRetryMultipleCommandsSuccess() local 113 cmds.add(RUN_CMD); in testRetryMultipleCommandsSuccess() 115 assertTrue(mCmdUtil.retry(mDevice, cmds, TEST_CMD, mCheckEmpty)); in testRetryMultipleCommandsSuccess()
|
/test/vts/utils/python/controllers/ |
D | fastboot.py | 19 def exe_cmd(*cmds): argument 34 cmd = ' '.join(cmds)
|
/test/framework/harnesses/host_controller/acloud/ |
D | acloud_client.py | 176 cmds = [('ssh -i ~/.ssh/acloud_rsa -o UserKnownHostsFile=/dev/null ' 181 for cmd in cmds:
|
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/ |
D | VtsHalAdapterPreparerTest.java | 79 public boolean retry(ITestDevice device, Vector<String> cmds, String validation_cmd, in retry() argument 81 for (String cmd : cmds) { in retry()
|
/test/vts/testcases/host/firmware_dtbo_test/src/com/android/tests/firmwaredtbo/ |
D | FirmwareDtboVerification.java | 116 String[] cmds = {mkdtboimgBin.getAbsolutePath(), "dump", hostDtboImage.getAbsolutePath(), in testCheckDTBOPartition() local 119 CommandResult result = runUtil.runTimedCmd(timeoutMs, cmds); in testCheckDTBOPartition()
|
/test/vts/runners/host/ |
D | utils.py | 323 def exe_cmd(*cmds): argument 335 cmd = ' '.join(cmds)
|
/test/vts-testcase/nbu/src/ |
D | README.md | 17 connected via USB. The tests issue cmds to the agent on the device to trigger
|