Home
last modified time | relevance | path

Searched refs:parallel_simple (Results 1 – 25 of 4721) sorted by relevance

12345678910>>...189

/aosp_15_r20/external/autotest/server/
H A Dsubcommand_unittest.py368 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 Dserver_job.py657 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 Dcontrol.stress50 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 Dcontinuous_reboot.srv6 job.parallel_simple(run, machines)
H A Dreboot.srv6 job.parallel_simple(run, machines)
H A Dsleeptest.srv6 job.parallel_simple(run, machines)
H A Dfailtest.srv6 job.parallel_simple(run, machines)
H A Dparallel.srv7 job.parallel_simple(run, machines)
H A Dkernbench.srv6 job.parallel_simple(run, machines)
H A Dinfo.srv8 job.parallel_simple(run, machines)
/aosp_15_r20/external/autotest/server/control_segments/
H A Dclient_wrapper13 job.parallel_simple(run_client, machines)
H A Dverify_job_repo_url10 job.parallel_simple(install, machines, log=False)
H A Dcrashinfo14 job.parallel_simple(crashinfo, machines, log=False)
H A Dcrashdumps18 job.parallel_simple(crashdumps, machines, log=False)
/aosp_15_r20/external/autotest/server/site_tests/stub_FailServer/
H A Dcontrol17 job.parallel_simple(run, machines)
/aosp_15_r20/external/autotest/server/site_tests/cheets_CTS_R/
H A Dcontrol.internal.arm.CtsWindowManager.R35 parallel_simple(run_TS, machines)
H A Dcontrol.internal.x86.CtsWindowManager.R35 parallel_simple(run_TS, machines)
/aosp_15_r20/external/autotest/server/tests/sleeptest/
H A Dcontrol16 job.parallel_simple(run, machines)
/aosp_15_r20/external/autotest/server/site_tests/infra_TLSExecDUTCommand/
H A Dcontrol18 parallel_simple(run, machines)
H A Dcontrol.basic21 parallel_simple(run, machines)
H A Dcontrol.timeout21 parallel_simple(run, machines)
/aosp_15_r20/external/autotest/server/site_tests/infra_TLSFakeOmaha/
H A Dcontrol.basic20 parallel_simple(run, machines)
H A Dcontrol19 parallel_simple(run, machines)
H A Dcontrol.full20 parallel_simple(run, machines)
/aosp_15_r20/external/autotest/server/site_tests/infra_ServerPythonVersion/
H A Dcontrol.318 parallel_simple(run, machines)

12345678910>>...189