Home
last modified time | relevance | path

Searched defs:afe (Results 1 – 24 of 24) sorted by relevance

/external/autotest/contrib/
Dmanage_powerunit_info.py55 def add_powerunit_info_to_host(afe, device, keyvals): argument
73 def add_from_csv(afe, csv_file): argument
94 def dump_to_csv(afe, csv_file): argument
112 def list_powerunit_info(afe, devices): argument
173 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10, variable
Dabortjob13 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10) variable
/external/autotest/site_utils/deployment/
Dinstall.py179 def _update_build(afe, report_log, arguments): argument
184 def _create_host(hostname, afe, afe_host): argument
245 def _update_host_attributes(afe, hostname, host_attrs): argument
287 def _wait_for_idle(afe, host_id): argument
305 def _ensure_host_idle(afe, afe_host): argument
337 def _get_afe_host(afe, hostname, host_attrs, arguments): argument
496 def _install_and_update_afe(afe, hostname, host_attrs, arguments): argument
614 def _report_results(afe, report_log, hostnames, results, arguments): argument
686 def _get_used_servo_ports(servo_hostname, afe): argument
708 def _get_free_servo_port(servo_hostname, used_servo_ports, afe): argument
[all …]
/external/autotest/site_utils/stable_images/
Dstable_version.py89 def __init__(self, afe, dry_run): argument
248 def _create_version_map_handler(image_type, afe, dry_run): argument
252 def _requested_mapping_handlers(afe, image_type): argument
275 def list_all_mappings(afe, image_type): argument
293 def list_mapping_by_key(afe, image_type, key): argument
329 def set_mapping(afe, image_type, key, version, dry_run): argument
367 def delete_mapping(afe, image_type, key, dry_run): argument
414 def _dispatch_command(afe, arguments): argument
Dstable_version_unittest.py73 def _dispatch_command_success(self, afe, argv, name_called): argument
Dassign_stable_images.py74 def __init__(self, afe, dry_run): argument
/external/autotest/site_utils/
Ddut_status.py264 def _get_host_histories(afe, arguments): argument
299 def _validate_host_list(afe, arguments): argument
362 def _validate_command(afe, arguments): argument
Dbalance_pools.py190 def __init__(self, afe, pool, labels, start_time, end_time): argument
202 def _get_hosts(self, afe, start_time, end_time): argument
374 def _balance_model(arguments, afe, pool, labels, start_time, end_time): argument
576 def infer_balancer_targets(afe, arguments, pools): argument
Dadd_detected_host_labels.py44 def add_missing_labels(afe, hostname): argument
Dsync_cloudsql_access.py72 def update_allowed_networks(project, instance, afe=None, extra_servers=None, argument
Dtest_runner_utils.py182 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, argument
490 def _auto_detect_labels(afe, remote): argument
517 def perform_local_run(afe, argument
Dlab_inventory.py479 def create_inventory(cls, afe, start_time, end_time, modellist=[]): argument
1382 def get_inventory(afe): argument
1388 def get_managed_boards(afe): argument
/external/autotest/server/
Dsite_utils.py139 def get_labels_from_afe(hostname, label_prefix, afe): argument
159 def get_label_from_afe(hostname, label_prefix, afe): argument
177 def get_board_from_afe(hostname, afe): argument
192 def get_build_from_afe(hostname, afe): argument
358 def lock_host_with_labels(afe, lock_manager, labels): argument
751 def wait_for_idle_duts(duts, afe, max_wait=IDLE_DUT_WAIT_TIMEOUT): argument
789 def lock_duts_and_wait(duts, afe, lock_msg='default lock message', argument
Dfrontend.py209 def __init__(self, afe): argument
745 def __init__(self, afe, hash): argument
834 def __init__(self, afe, hash): argument
853 def __init__(self, afe, hash): argument
/external/autotest/server/lib/
Dstatus_history.py231 def get_tasks(cls, afe, host_id, start_time, end_time): argument
258 def get_status_task(cls, afe, host_id, end_time): argument
340 def get_hqes(cls, afe, host_id, start_time, end_time): argument
441 def get_host_history(cls, afe, hostname, start_time, end_time): argument
462 def get_multiple_histories(cls, afe, start_time, end_time, labels=()): argument
485 def __init__(self, afe, afehost, start_time, end_time): argument
Dsuite_report.py171 def generate_suite_report(suite_job_id, afe=None, tko=None, argument
/external/autotest/server/cros/dynamic_suite/
Djob_status.py97 def __init__(self, afe, tko): argument
147 def _yield_job_results(afe, tko, job): argument
Dtools.py126 def get_random_best_host(afe, host_list, require_usable_hosts=True): argument
Ddynamic_suite.py531 def _perform_reimage_and_run(spec, afe, tko, suite_job_id=None): argument
Dsuite.py314 afe=None, argument
870 afe=None, argument
1432 afe=None, argument
/external/autotest/server/hosts/
Dafe_store.py18 def __init__(self, hostname, afe=None): argument
/external/autotest/server/cros/
Dhost_lock_manager.py54 def __init__(self, afe=None): argument
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java305 AssertionFailedError afe = new AssertionFailedError(t.toString()); in tearDown() local
427 AssertionFailedError afe = new AssertionFailedError("unexpected exception: " + t); in threadUnexpectedException() local
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java302 AssertionFailedError afe = new AssertionFailedError(t.toString()); in tearDown() local
424 AssertionFailedError afe = new AssertionFailedError("unexpected exception: " + t); in threadUnexpectedException() local