Home
last modified time | relevance | path

Searched refs:machines_file (Results 1 – 4 of 4) sorted by relevance

/external/toolchain-utils/automation/server/
Dserver.py22 def __init__(self, machines_file=None, dry_run=False): argument
33 machines_file or machine_manager.DEFAULT_MACHINES_FILE))
102 server = Server(options.machines_file, options.dry_run)
/external/autotest/server/
Dautoserv.py84 machines_file = parser.options.machines_file
85 if machines_file:
87 for m in open(machines_file, 'r').readlines():
92 logging.debug('Read list of machines from file: %s', machines_file)
Dautoserv84 machines_file = parser.options.machines_file
85 if machines_file:
87 for m in open(machines_file, 'r').readlines():
92 logging.debug('Read list of machines from file: %s', machines_file)
/external/toolchain-utils/
Dafe_lock_machine.py194 machines_file = os.path.join(
197 with open(machines_file, 'r') as input_file: