/aosp_15_r20/external/autotest/server/cros/dynamic_suite/ |
H A D | frontend_wrappers.py | 57 def __init__(self, timeout_min=30, delay_sec=10, **dargs): 76 def run(self, call, **dargs): 94 def _run(self, call, **dargs): 116 def _run_in_child_thread(self, call, **dargs): 151 def __init__(self, timeout_min=30, delay_sec=10, **dargs): 162 def run(self, call, **dargs): 172 def _run(self, call, **dargs):
|
H A D | dynamic_suite.py | 221 def __init__( 437 def run_provision_suite(**dargs): 498 def reimage_and_run(**dargs):
|
/aosp_15_r20/external/autotest/server/ |
H A D | frontend.py | 106 def run(self, call, **dargs): 489 def get_hosts(self, hostnames=(), status=None, label=None, **dargs): 498 def get_hostnames(self, status=None, label=None, **dargs): 524 def create_host(self, hostname, **dargs): 529 def get_host_attribute(self, attr, **dargs): 534 def set_host_attribute(self, attr, val, **dargs): 538 def get_labels(self, **dargs): 543 def create_label(self, name, **dargs): 548 def get_acls(self, **dargs): 553 def create_acl(self, name, **dargs): [all …]
|
H A D | profiler.py | 57 def initialize(self, *args, **dargs): 63 def setup(self, *args, **dargs):
|
H A D | profilers.py | 44 def load_profiler(self, profiler_name, args, dargs): argument 51 def add(self, profiler, *args, **dargs):
|
H A D | server_job.py | 467 def _find_resultdir(self, resultdir, *args, **dargs): 1025 def run_test(self, url, *args, **dargs): 1062 def _run_group(self, name, subdir, function, *args, **dargs): 1085 def run_group(self, function, *args, **dargs):
|
/aosp_15_r20/external/autotest/client/bin/ |
H A D | job.py | 67 def wrapped(self, *args, **dargs): 494 def _runtest(self, url, tag, timeout, args, dargs): argument 526 def _run_test_base(self, url, *args, **dargs): 567 def run_test(self, url, *args, **dargs): 615 def run_test_detail(self, url, *args, **dargs): 638 def _rungroup(self, subdir, testname, function, timeout, *args, **dargs): 684 def run_group(self, function, tag=None, **dargs): 938 def __create_step_tuple(self, fn, args, dargs): argument 958 def next_step_append(self, fn, *args, **dargs): 965 def next_step(self, fn, *args, **dargs): [all …]
|
H A D | partition.py | 253 def parallel(partitions, method_name, *args, **dargs): 334 tag, fs_opt, do_fsck=True, **dargs): 415 def run_test(self, test, **dargs): 439 def run_test_on_partition(self, test, mountpoint_func, **dargs): 465 def _make_partition_and_run_test(test_tag, dir=None, **dargs):
|
H A D | profiler.py | 8 def setup(self, *args, **dargs): 12 def initialize(self, *args, **dargs):
|
H A D | profilers.py | 8 def load_profiler(self, profiler, args, dargs): argument
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | test.py | 355 def warmup(self, *args, **dargs): 365 postprocess_profiled_run, args, dargs): argument 469 constraints=(), *args, **dargs): 548 def run_once_profiling(self, postprocess_profiled_run, *args, **dargs): 615 def _exec(self, args, dargs): argument 718 def runsubtest(self, url, *args, **dargs): 736 def _validate_args(args, dargs, *funcs): argument 814 def _call_test_function(func, *args, **dargs): 831 dargs, argument
|
H A D | profiler_manager.py | 8 def __init__(self, name, *args, **dargs): 23 def load_profiler(self, profiler, args, dargs): argument 30 def add(self, profiler, *args, **dargs):
|
H A D | base_job.py | 144 def wrapped_method(self, *args, **dargs): 169 def wrapped_method(self, *args, **dargs): 822 def __init__(self, *args, **dargs): 885 def _find_resultdir(self, *args, **dargs): 946 def _build_tagged_test_name(self, testname, dargs): argument
|
H A D | barrier.py | 494 def rendezvous(self, *hosts, **dargs): 523 def rendezvous_servers(self, mainid, *hosts, **dargs):
|
H A D | utils.py | 76 def new_func(*args, **dargs): 649 *args, **dargs): 1107 def get_cpu_percentage(function, *args, **dargs): 1358 def add(self, *args, **dargs): 3238 def cherry_pick_args(func, args, dargs): argument 3279 def cherry_pick_call(func, *args, **dargs):
|
/aosp_15_r20/external/autotest/client/common_lib/test_utils/ |
H A D | mock.py | 176 def __init__(self, symbol, return_obj, *args, **dargs): 185 def match(self, *args, **dargs): 213 def __init__(self, symbol, return_val, *args, **dargs): 228 def match(self, *args, **dargs): 245 def __call__(self, *args, **dargs): 255 def expect_call(self, *args, **dargs): 281 def run_original_function(self, *args, **dargs): 357 def __init__(self, *args, **dargs): 362 def expect_new(typ, *args, **dargs): 370 def make_new(typ, *args, **dargs): [all …]
|
/aosp_15_r20/external/autotest/client/common_lib/hosts/ |
H A D | base_classes.py | 75 def __init__(self, *args, **dargs): 79 def _initialize(self, *args, **dargs): 129 def run_output(self, command, *args, **dargs): 159 def reboot_setup(self, *args, **dargs): 170 def reboot_followup(self, *args, **dargs): 289 log_failure=True, old_boot_id=None, **dargs): 533 def record(self, *args, **dargs):
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | remote.py | 46 def _initialize(self, hostname, autodir=None, *args, **dargs): 135 fastsync=False, reboot_cmd=None, **dargs): 248 def reboot_followup(self, *args, **dargs): 255 def wait_for_restart(self, timeout=DEFAULT_REBOOT_TIMEOUT, **dargs):
|
H A D | base_classes.py | 54 def __init__(self, *args, **dargs): 62 def _initialize(self, *args, **dargs):
|
H A D | teststation_host.py | 58 def _initialize(self, hostname='localhost', *args, **dargs): 115 def run(self, cmd, force_tty=True, *args, **dargs):
|
H A D | base_servohost.py | 68 **dargs): 288 def reboot(self, *args, **dargs):
|
/aosp_15_r20/external/autotest/server/cros/faft/ |
H A D | rpc_proxy.py | 34 def __call__(self, *args, **dargs): 77 def __call_faft_client(self, name, *args, **dargs):
|
/aosp_15_r20/external/autotest/server/cros/multimedia/ |
H A D | remote_facade_factory.py | 68 def __call__(self, *args, **dargs): 122 def __call_proxy(self, name, *args, **dargs):
|
/aosp_15_r20/external/autotest/tko/ |
H A D | db.py | 196 def run_with_retry(self, function, *args, **dargs): 832 def db(*args, **dargs):
|
/aosp_15_r20/external/autotest/frontend/afe/ |
H A D | direct_afe.py | 16 def run(self, call, **dargs):
|