Searched refs:parallel_simple (Results 1 – 25 of 2424) sorted by relevance
12345678910>>...97
/external/autotest/server/site_tests/hardware_StorageStress/ |
D | control.stress3 | 49 job.parallel_simple(run_hardware_storage_stress_suspend, machines) 50 job.parallel_simple(run_hardware_storage_stress, machines) 51 job.parallel_simple(run_hardware_storage_stress_reboot, machines)
|
D | control.stress | 49 job.parallel_simple(run_hardware_storage_stress_suspend, machines) 50 job.parallel_simple(run_hardware_storage_stress, machines) 51 job.parallel_simple(run_hardware_storage_stress_reboot, machines)
|
D | control.stress2 | 49 job.parallel_simple(run_hardware_storage_stress_suspend, machines) 50 job.parallel_simple(run_hardware_storage_stress, machines) 51 job.parallel_simple(run_hardware_storage_stress_reboot, machines)
|
/external/autotest/server/site_tests/autotest_SyncCount/ |
D | control | 30 # Use log=False in parallel_simple to avoid an exception in setting up 33 job.parallel_simple(run, ntuples, log=False)
|
/external/autotest/server/site_tests/autoupdate_P2P/ |
D | control.too_many_attempts.delta | 31 # Use log=False in parallel_simple to avoid an exception in setting up 33 job.parallel_simple(run, ntuples, log=False)
|
D | control.deadline_expired.delta | 31 # Use log=False in parallel_simple to avoid an exception in setting up 33 job.parallel_simple(run, ntuples, log=False)
|
D | control.delta | 36 # Use log=False in parallel_simple to avoid an exception in setting up 38 job.parallel_simple(run, ntuples, log=False)
|
/external/autotest/server/ |
D | subcommand_unittest.py | 360 subcommand.parallel_simple(func, (3,)) 370 self.assertRaises(Exception, subcommand.parallel_simple, func, (3,)) 380 self.assertEquals(subcommand.parallel_simple(func, (3,), 394 subcommand.parallel_simple(func, args) 406 subcommand.parallel_simple(func, args, log=False) 419 subcommand.parallel_simple(
|
/external/autotest/server/samples/ |
D | continuous_reboot.srv | 6 job.parallel_simple(run, machines)
|
D | reboot.srv | 6 job.parallel_simple(run, machines)
|
D | sleeptest.srv | 6 job.parallel_simple(run, machines)
|
D | failtest.srv | 6 job.parallel_simple(run, machines)
|
D | parallel.srv | 7 job.parallel_simple(run, machines)
|
D | kernbench.srv | 6 job.parallel_simple(run, machines)
|
D | info.srv | 8 job.parallel_simple(run, machines)
|
/external/autotest/server/control_segments/ |
D | client_wrapper | 10 job.parallel_simple(run_client, machines)
|
D | verify_job_repo_url | 10 job.parallel_simple(install, machines, log=False)
|
D | crashinfo | 14 job.parallel_simple(crashinfo, machines, log=False)
|
D | crashdumps | 18 job.parallel_simple(crashdumps, machines, log=False)
|
/external/autotest/server/site_tests/dummy_FailServer/ |
D | control | 17 job.parallel_simple(run, machines)
|
/external/autotest/server/tests/sleeptest/ |
D | control | 16 job.parallel_simple(run, machines)
|
/external/autotest/server/site_tests/brillo_Keymaster/ |
D | control | 19 parallel_simple(run, machines)
|
/external/autotest/server/site_tests/brillo_CrashLogging/ |
D | control | 18 parallel_simple(run, machines)
|
/external/autotest/server/site_tests/hardware_StorageQualSuspendStress/ |
D | control.test | 19 job.parallel_simple(run_hardware_storage_stress, machines)
|
/external/autotest/server/site_tests/android_CrashLogging/ |
D | control | 18 parallel_simple(run, machines)
|
12345678910>>...97