Home | History | Annotate | Download | only in scheduler

Lines Matching refs:drones

18 from autotest_lib.scheduler import drones
33 drones.drone_utility.create_host.expect_call(hostname).and_return(
36 return drones._RemoteDrone(hostname, timestamp_remote_calls=False)
43 self.god.stub_function(drones.drone_utility, 'create_host')
47 self.god.stub_with(drones._RemoteDrone, '_drone_utility_path',
58 # that the drones host.run method is invoked for the call, and the
100 # mock drones and confirm that:
160 # Insert results for different drones and check that they're returned
195 drones = [drone1, drone2, drone3]
196 for drone in drones:
206 task_queue.execute(drones, wait=False)
207 self.assertTrue(set(task_queue.drone_threads.keys()) == set(drones))
224 self.assertTrue(task_queue.execute(drones, wait=True)[drone1] ==