/test/framework/harnesses/host_controller/command_processor/ |
D | command_sheet_test.py | 231 self._cmd.Run("--src %s --dest 123 --client_secret /abc " 242 self._cmd.Run("--src %s --dest 123 --client_secret /abc " 253 self._cmd.Run("--src %s --dest 123 --client_secret /abc " 265 self._cmd.Run("--src %s --dest 123 --client_secret /abc " 276 self._cmd.Run("--src %s --ref %s --dest 123 --client_secret /abc " 288 self._cmd.Run("--src %s --ref %s --dest 123 --client_secret /abc " 319 self._cmd.Run("--src %s --ref %s --dest 123 --client_secret /abc "
|
D | base_command_processor.py | 63 ret = self.Run(arg_line) 79 def Run(self, arg_line): member in BaseCommandProcessor
|
D | command_password.py | 36 def Run(self, arg_line): member in CommandPassword
|
D | command_copy.py | 38 def Run(self, arg_line): member in CommandCopy
|
D | command_sleep.py | 46 def Run(self, arg_line): member in CommandSleep
|
D | command_info.py | 35 def Run(self, arg_line): member in CommandInfo
|
D | command_exit.py | 45 def Run(self, arg_line): member in CommandExit
|
D | command_shell.py | 48 def Run(self, arg_line): member in CommandShell
|
D | command_lease.py | 51 def Run(self, arg_line): member in CommandLease
|
D | command_request.py | 58 def Run(self, arg_line): member in CommandRequest
|
D | command_acloud.py | 36 def Run(self, arg_line): member in CommandAcloud
|
D | command_list.py | 66 def Run(self, arg_line): member in CommandList
|
D | command_adb.py | 61 def Run(self, arg_line): member in CommandAdb
|
D | command_fastboot.py | 69 def Run(self, arg_line): member in CommandFastboot
|
/test/vts/doc/developer_testing/kernel/ |
D | ltp.md | 4 1. [Run all the VTS LTP test case locally](run_all_ltp_testcases.md) 5 2. [Run individual VTS LTP test case locally](run_individual_ltp_testcase.md)
|
D | run_all_ltp_testcases.md | 8 ## 3. Run kernel LTP test from VTS-TradeFed console
|
D | run_individual_ltp_testcase.md | 8 ## 3. Run individual LTP test from VTS-TradeFed console
|
/test/vts/doc/ |
D | user_manual.md | 76 ## 2. Run VTS Tests 78 ### <a name="run_vts" /> 2.1. Run a VTS test plan 127 ## 3. Run Options for Advanced Users 133 ### 3.2. Run kernel test cases 140 ### 4.1. Run VTS tests directly for debugging 142 [Run directly from command line](testcase_develop_manual/run_vts_directly.md)
|
/test/suite_harness/tools/cts-test-metrics/ |
D | parse_test_metrics.py | 47 def Run(self): member in MetricsParser 57 MetricsParser().Run()
|
D | README | 1 The parse_test_metrics.py script can be used to parse test metrics json files. Run the following
|
/test/vts/doc/testcase_develop_manual/ |
D | run_vts_directly.md | 1 # Run a VTS test directly 27 ## Run a test direclty
|
/test/vts/runners/adapters/acts/ |
D | acts_adapter.py | 120 def Run(self): member in ActsAdapter 171 self.Run()
|
/test/vts/utils/python/coverage/ |
D | README.md | 7 Run the code by calling the parse function as follows:
|
/test/vti/dashboard/gradle/ |
D | profiles.gradle | 5 // Run gradle tasks with the -P argument to utilize a profile.
|
/test/framework/harnesses/host_controller/ |
D | tfc_host_controller.py | 126 def Run(self, poll_interval): member in HostController
|