/aosp_15_r20/external/autotest/server/ |
H A D | subcommand_unittest.py | 368 subcommand.parallel_simple(func, (3,)) 378 self.assertRaises(Exception, subcommand.parallel_simple, func, (3,)) 388 self.assertEquals(subcommand.parallel_simple(func, (3,), 402 subcommand.parallel_simple(func, args) 414 subcommand.parallel_simple(func, args, log=False) 427 subcommand.parallel_simple(
|
H A D | server_job.py | 657 def parallel_simple(self, function, machines, log=True, timeout=None, member in server_job 677 return subcommand.parallel_simple( 692 results = self.parallel_simple(function, machines, timeout=timeout, 971 self.parallel_simple(serial, self.machines) 990 self.parallel_simple(serial, self.machines)
|
/aosp_15_r20/external/autotest/server/site_tests/hardware_StorageStress/ |
H A D | control.stress | 50 job.parallel_simple(run_hardware_storage_stress_suspend, machines) 51 job.parallel_simple(run_hardware_storage_stress, machines) 52 job.parallel_simple(run_hardware_storage_stress_reboot, machines)
|
/aosp_15_r20/external/autotest/server/samples/ |
H A D | continuous_reboot.srv | 6 job.parallel_simple(run, machines)
|
H A D | reboot.srv | 6 job.parallel_simple(run, machines)
|
H A D | sleeptest.srv | 6 job.parallel_simple(run, machines)
|
H A D | failtest.srv | 6 job.parallel_simple(run, machines)
|
H A D | parallel.srv | 7 job.parallel_simple(run, machines)
|
H A D | kernbench.srv | 6 job.parallel_simple(run, machines)
|
H A D | info.srv | 8 job.parallel_simple(run, machines)
|
/aosp_15_r20/external/autotest/server/control_segments/ |
H A D | client_wrapper | 13 job.parallel_simple(run_client, machines)
|
H A D | verify_job_repo_url | 10 job.parallel_simple(install, machines, log=False)
|
H A D | crashinfo | 14 job.parallel_simple(crashinfo, machines, log=False)
|
H A D | crashdumps | 18 job.parallel_simple(crashdumps, machines, log=False)
|
/aosp_15_r20/external/autotest/server/site_tests/stub_FailServer/ |
H A D | control | 17 job.parallel_simple(run, machines)
|
/aosp_15_r20/external/autotest/server/site_tests/cheets_CTS_R/ |
H A D | control.internal.arm.CtsWindowManager.R | 35 parallel_simple(run_TS, machines)
|
H A D | control.internal.x86.CtsWindowManager.R | 35 parallel_simple(run_TS, machines)
|
/aosp_15_r20/external/autotest/server/tests/sleeptest/ |
H A D | control | 16 job.parallel_simple(run, machines)
|
/aosp_15_r20/external/autotest/server/site_tests/infra_TLSExecDUTCommand/ |
H A D | control | 18 parallel_simple(run, machines)
|
H A D | control.basic | 21 parallel_simple(run, machines)
|
H A D | control.timeout | 21 parallel_simple(run, machines)
|
/aosp_15_r20/external/autotest/server/site_tests/infra_TLSFakeOmaha/ |
H A D | control.basic | 20 parallel_simple(run, machines)
|
H A D | control | 19 parallel_simple(run, machines)
|
H A D | control.full | 20 parallel_simple(run, machines)
|
/aosp_15_r20/external/autotest/server/site_tests/infra_ServerPythonVersion/ |
H A D | control.3 | 18 parallel_simple(run, machines)
|