HomeSort by relevance Sort by last modified time
    Searched full:drone (Results 26 - 50 of 64) sorted by null

12 3

  /external/autotest/scheduler/
monitor_db.py 85 'Drone sets are enabled, but no default is set')
399 # drone.queue_call to add calls to the drone._calls, should be after
400 # drone refresh is completed and before
    [all...]
query_managers.py 45 on the drone, which has a static limit. The sort order
62 of the following resources: 1. process slots on the drone 2. machines.
72 process count on the drone a suite can timeout waiting on the test,
76 run out of machines in pool:suites than processes on the drone.
monitor_db_cleanup.py 364 """Cleanup orphaned containers in each drone.
366 The function queues a lxc_cleanup call in each drone without waiting for
drone_utility.py 3 """Utility module that executes management commands on the drone.
5 1. This is the module responsible for orchestrating processes on a drone.
83 This class executes actual OS calls on the drone machine.
595 parser = argparse.ArgumentParser(description='Local drone process manager.')
  /external/autotest/contrib/
deploy_puppet.sh 21 -r server role as in server db, e.g. 'drone'.\n\
  /external/autotest/site_utils/admin/scripts/
check_db.out 50 drone 11
  /external/autotest/frontend/afe/
models.py 231 class Drone(dbmodels.Model, model_logic.ModelExtensions):
233 A scheduler drone
235 hostname: the drone's hostname
246 super(Drone, self).save(*args, **kwargs)
252 super(Drone, self).delete()
256 """Metadata for class Drone."""
270 name: the drone set's name
279 drones = dbmodels.ManyToManyField(Drone, db_table='afe_drone_sets_drones')
287 raise Exception('Only superusers may edit drone sets')
293 raise Exception('Only superusers may delete drone sets'
1773 drone = dbmodels.CharField( variable in class:JobHandoff
    [all...]
  /external/autotest/server/
autoserv 315 'However, no drone is found to support server-side '
316 'packaging. The test will be executed in a drone without '
326 # process (drone manager call) exits.
642 # running in a drone does not support SSP, thus no need to stage server-side
655 # running in a drone does not have SSP supported and a warning will be logs.
693 logging.debug('autoserv is running in drone %s.', socket.gethostname())
autoserv.py 315 'However, no drone is found to support server-side '
316 'packaging. The test will be executed in a drone without '
326 # process (drone manager call) exits.
642 # running in a drone does not support SSP, thus no need to stage server-side
655 # running in a drone does not have SSP supported and a warning will be logs.
693 logging.debug('autoserv is running in drone %s.', socket.gethostname())
autoserv_parser.py 178 'the process runs in a drone without '
  /external/autotest/
global_config.ini 218 # default_drone_set_name: This is required if drone sets are enabled.
232 # If True, the drone manager creates a thread for each drone.
373 # Flags to enable/disable drone election in resctricted subnet.
  /external/autotest/site_utils/
acts_lib.py 86 Creates an acts package from a zip file that already sits on the drone.
89 @param zip_location: The location of the zip on the drone.
298 Uploads a file from the drone to the test staiton to be used by the
301 @param src: The source file on the drone. If a relative path is given
deploy_server.py 47 # 'roles': ['drone', 'scheduler'],
lxc_cleanup.py 10 drone. This script is used to clean up such containers.
sync_cloudsql_access.py 39 'drone',
server_manager.py 28 drone.
  /external/autotest/frontend/client/src/autotest/public/
AfeClient.html 153 <td><span class="field-name">Drone set:</span></td>
230 <td class="field-name">Drone set:</td>
  /external/autotest/client/bin/
local_host.py 184 @param source: The file/directory on the drone to send to the device.
  /external/autotest/server/hosts/
adb_host.py     [all...]
emulated_adb_host.py 163 adb command, rather than the drone.
  /external/autotest/client/bin/result_tools/
result_info.py 55 The collected size tells us how much data was transfered from dut to drone
278 # The assumption here is that results are copied back to drone by
608 rsync-ed to the drone. Therefore, the merged ResultInfo will be:
utils.py 192 the test device and the files generated on the drone. It also returns merged
  /external/autotest/cli/
server.py 65 'scheduler when a drone is removed.'),
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewDisplay.java 124 "and there exists a drone supporting SSP.");
  /external/autotest/server/cros/dynamic_suite/
job_status.py 300 # the test reached Running and actually began execution on a drone.

Completed in 945 milliseconds

12 3