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

  /external/autotest/site_utils/stats/
devserverinfo.py 8 from autotest_lib.site_utils.lib import infra namespace
19 out = infra.execute_command(server, 'ps -C devserver.py| wc -l')
hostinfo.py 8 from autotest_lib.site_utils.lib import infra namespace
19 out = infra.execute_command(server, 'ss -o state time-wait | wc -l')
  /external/autotest/site_utils/
stats_poller.py 11 from autotest_lib.site_utils.lib import infra namespace
23 for sam in infra.sam_servers():
27 for drone in infra.drone_servers():
31 for devserver in infra.devserver_servers():
mysql_bootstrap.py 53 from autotest_lib.site_utils.lib import infra namespace
102 return infra.execute_command(dest_server, full_cmd)
152 infra.execute_command(dest_host, 'echo "hello"')
191 return infra.execute_command('localhost', cmd).rstrip('\n')
server_manager_actions.py 21 from autotest_lib.site_utils.lib import infra namespace
103 infra.execute_command(server.hostname, command)
server_manager_unittest.py 16 from autotest_lib.site_utils.lib import infra namespace
100 self.mox.StubOutWithMock(infra, 'execute_command')
218 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg())
244 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg())
325 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg())
355 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg())
deploy_production.py 12 from autotest_lib.site_utils.lib import infra namespace
178 output = infra.execute_command(server, cmd)
server_manager_utils.py 20 from autotest_lib.site_utils.lib import infra namespace
167 infra.execute_command(hostname, 'true')
  /external/autotest/contrib/
run-stable-update 25 chromeos-infra-eng@grotations.appspotmail.com
  /external/autotest/puppylab/
vm_manager.py 28 from autotest_lib.site_utils.lib import infra namespace
70 with infra.chdir(VAGRANT_DIR):
72 return infra.execute_command(
clusterctl 53 from autotest_lib.site_utils.lib import infra namespace
97 infra.execute_command(
  /external/autotest/server/cros/dynamic_suite/
reporting.py 377 diagnose = ('\tNo suggestion. Please ask infra deputy '
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 3958 int32 infra; \/* BSS Vs IBSS *\/ member in struct:wl_pfn
    [all...]

Completed in 2254 milliseconds