/external/autotest/tko/migrations/ |
020_widen_hostname_field.py | 2 mgr.execute("alter table machines modify column hostname varchar(700);") 5 mgr.execute("alter table machines modify column hostname varchar(100);")
|
002_add_job_timestamps.py | 39 machines.hostname AS machine_hostname, 40 machines.machine_group, 41 machines.owner AS machine_owner, 48 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx 68 machines.hostname AS machine_hostname, 69 machines.machine_group, 70 machines.owner AS machine_owner, 80 INNER JOIN machines ON machines.machine_idx = jobs.machine_id [all...] |
013_fix_perf_view.py | 27 machines.hostname AS machine_hostname, 28 machines.machine_group, 29 machines.owner AS machine_owner, 39 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx 63 machines.hostname AS machine_hostname, 64 machines.machine_group, 65 machines.owner AS machine_owner, 75 INNER JOIN machines ON machines.machine_idx = jobs.machine_id [all...] |
015_support_graphing_interface.py | 45 machines.hostname AS hostname, 46 machines.machine_group AS platform, 47 machines.owner AS machine_owner, 54 LEFT OUTER JOIN machines ON machines.machine_idx = jobs.machine_idx 81 machines.hostname AS hostname, 82 machines.machine_group AS platform, 83 machines.owner AS machine_owner, 93 INNER JOIN machines ON machines.machine_idx = jobs.machine_id [all...] |
030_add_afe_job_id_to_jobs.py | 30 machines.hostname AS hostname, 31 machines.machine_group AS platform, 32 machines.owner AS machine_owner, 39 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx 62 machines.hostname AS hostname, 63 machines.machine_group AS platform, 64 machines.owner AS machine_owner, 71 INNER JOIN machines ON machines.machine_idx = jobs.machine_id [all...] |
003_add_test_timestamps.py | 36 machines.hostname AS machine_hostname, 37 machines.machine_group, 38 machines.owner AS machine_owner, 45 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx 66 machines.hostname AS machine_hostname, 67 machines.machine_group, 68 machines.owner AS machine_owner, 78 INNER JOIN machines ON machines.machine_idx = jobs.machine_id [all...] |
004_add_test_started.py | 37 machines.hostname AS machine_hostname, 38 machines.machine_group, 39 machines.owner AS machine_owner, 46 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx 68 machines.hostname AS machine_hostname, 69 machines.machine_group, 70 machines.owner AS machine_owner, 80 INNER JOIN machines ON machines.machine_idx = jobs.machine_id [all...] |
014_add_test_view_2.py | 19 machines.hostname AS hostname, 20 machines.machine_group AS platform, 21 machines.owner AS machine_owner, 28 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx
|
016_modify_perf_view_2.py | 29 machines.hostname AS hostname, 30 machines.machine_group AS platform, 31 machines.owner AS machine_owner, 41 LEFT OUTER JOIN machines ON machines.machine_idx = jobs.machine_idx
|
/external/autotest/server/samples/ |
profilertest.srv | 3 ssh_hosts = [hosts.create_host(m) for m in machines] 8 machines, name): 18 at.host.hostname, "PROF_MASTER", str(machines))) 27 def wait_for_profilers(machines, timeout = 180): 31 sync_bar.rendezvous_servers("PROF_MASTER", *machines) 34 def start_profilers(machines, timeout = 180): 38 start_bar.rendezvous_servers("PROF_MASTER", *machines) 41 def stop_profilers(machines, timeout = 120): 43 stop_bar.rendezvous_servers("PROF_MASTER", *machines) 47 wait_for_profilers(machines) [all...] |
continuous_reboot.srv | 6 job.parallel_simple(run, machines)
|
failtest.srv | 6 job.parallel_simple(run, machines)
|
parallel.srv | 7 job.parallel_simple(run, machines)
|
reboot.srv | 6 job.parallel_simple(run, machines)
|
sleeptest.srv | 6 job.parallel_simple(run, machines)
|
kernbench.srv | 6 job.parallel_simple(run, machines)
|
uname.srv | 1 hosts = [hosts.create_host(h) for h in machines]
|
run_test.srv | 8 print "usage: -t <test name> -m <machines> -l <log dir>" 38 print "Going to launch %s on %r with log dir of %s." % (test, machines, logdir) 39 parallel_simple(run, machines)
|
/external/autotest/server/tests/sleeptest/ |
control | 9 runs sleep for one second on the list of machines. 16 job.parallel_simple(run, machines)
|
/external/autotest/server/site_tests/p2p_EndToEndTest/ |
control | 26 The test runs over a set of N machines generating a random file in one of 27 them (called the "master") and sharing it with the rest of the machines. The 28 success condition of this test occurs when all the N machines have the same 43 peers=machines, 46 if len(machines) < 2: 47 raise error.TestError('At least two machines are needed for this test') 49 # The file ID shared among all test machines. 53 barrier = queue_barrier.QueueBarrier(len(machines)-1) 56 master = machines[0] 58 job.parallel_simple(run, machines) [all...] |
/external/toolchain-utils/cros_utils/ |
locks.py | 2 """Utilities for locking machines.""" 13 def AcquireLock(machines, chromeos_root, timeout=1200): 20 afe_lock_machine.AFELockManager(machines, False, chromeos_root, 28 repr(machines), timeout, str(e))) 34 def ReleaseLock(machines, chromeos_root): 38 afe_lock_machine.AFELockManager(machines, False, chromeos_root, 43 (repr(machines), str(e)))
|
/external/autotest/server/control_segments/ |
client_wrapper | 10 job.parallel_simple(run_client, machines)
|
install | 9 job.parallel_simple(install, machines, log=False)
|
/external/toolchain-utils/automation/server/ |
machine_manager_test.py | 22 machines = self.machine_manager.GetMachines(mach_spec_list) 23 self.assertTrue(machines) 27 machines = self.machine_manager.GetMachines(mach_spec_list) 28 self.assertTrue(machines)
|
/external/squashfs-tools/RELEASE-READMEs/ |
README-2.0-AMD64 | 5 filesystems on amd64 machines. These filesystems work correctly on amd64 6 machines, but cannot be mounted on non-amd64 machines. Likewise, filesystems 7 generated on non amd64 machines could not be mounted on amd64 machines. 12 generated by previous releases will not be mountable on amd64 machines
|