HomeSort by relevance Sort by last modified time
    Searched refs:plankton_args (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/hosts/
plankton_host.py 52 def create_plankton_host(plankton_args):
55 The `plankton_args` parameter is a dictionary specifying optional
61 @param plankton_args: A dictionary that contains args for creating
71 if plankton_args is None:
73 return PlanktonHost(Required_by_test=True, is_in_lab=False, **plankton_args)
cros_host.py 233 plankton_args = hosts.CrosHost.get_plankton_arguments(args_dict)
234 host = hosts.create_host(machine, plankton_args=plankton_args)
273 plankton_args=None, try_lab_servo=False,
328 self._plankton_host = plankton_host.create_plankton_host(plankton_args)
    [all...]

Completed in 122 milliseconds