Home | History | Annotate | Download | only in server

Lines Matching refs:subcommand

20 from autotest_lib.server import test, subcommand, profilers
231 subcommand.logging_manager_object = self.logging
332 Register some hooks into the subcommand modules that allow us
341 subcommand.subcommand.register_fork_hook(on_fork)
342 subcommand.subcommand.register_join_hook(on_join)
560 @param machines: A list of machine names to be passed one per subcommand
572 return subcommand.parallel_simple(wrapper, machines,
1129 _import_names('autotest_lib.server.subcommand',
1130 ('parallel', 'parallel_simple', 'subcommand'))