Home | History | Annotate | Download | only in site_utils

Lines Matching refs:hostname

8 usage: dut_status [ <options> ] [hostname ...]
81 hostname S last checked URL
168 print fmt % ('hostname', 'S', 'last checked', 'URL')
180 print fmt % (history.hostname,
213 print history.hostname
275 for hostname in arguments.hostnames:
278 afe, hostname, arguments.since, arguments.until)
282 hostname)
313 print >>sys.stderr, ('FATAL: Hostname arguments provided '
429 help='Master autotest frontend hostname. If no value '