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

  /external/autotest/contrib/
servo-inventory 3 # Go through all hosts known to the database for cautotest or
4 # cautotest-cq. Find all hosts with a corresponding servo host.
14 ../cli/atest host list -w cautotest | awk '
shared_hosts.py 4 Finds hosts that are shared between both cautotest and cautotest-cq.
10 cautotest = frontend.AFE(server='cautotest') variable
11 cautotest_cq = frontend.AFE(server='cautotest-cq')
13 cautotest_hosts = [x['hostname'] for x in cautotest.run('get_hosts')
move_cq_hosts.sh 2 FROM_HOST=cautotest
3 TO_HOST=cautotest-cq
  /external/autotest/server/
lab_status_unittest.py 307 """Set up to mock the "we're not on cautotest" case."""
309 'SERVER', 'hostname').AndReturn('not-cautotest')
315 'SERVER', 'hostname').AndReturn('cautotest')
329 'SERVER', 'hostname').AndReturn('cautotest')
346 """Test a call with a build when the host isn't cautotest."""
  /external/autotest/site_utils/
analyze_reboot_time.py 11 python analyze_reboot_time.py -l 12 --server cautotest --board daisy_spring
22 Enter Autotest instance name, e.g. "cautotest".
55 @param index: es db index to get entries for, i.e. 'cautotest'
114 help='Enter Autotest instance name, e.g. "cautotest".')

Completed in 1230 milliseconds