Home
last modified time | relevance | path

Searched defs:host_class (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/autotest/client/common_lib/hosts/
H A Drepair.py548 def __init__(self, tag, dependencies, triggers, host_class): argument
874 def __init__(self, verifier_data, repair_data, host_class): argument
H A Drepair_unittest.py220 def __init__(self, tag, deps, triggers, host_class, success): argument
305 host_class='unittest'): argument
/aosp_15_r20/external/autotest/server/hosts/
H A Dfactory.py226 def create_host(machine, host_class=None, connectivity_class=None, **args): argument