Searched defs:frontend (Results 1 - 25 of 55) sorted by relevance

123

/external/autotest/contrib/
H A Dreverify_hosts12 from autotest_lib.server import frontend namespace
23 frontend.AFE().reverify_hosts(hostnames=sys.argv[1:])
H A Dshared_hosts.py8 from autotest_lib.server import frontend namespace
10 cautotest = frontend.AFE(server='cautotest')
11 cautotest_cq = frontend.AFE(server='cautotest-cq')
H A Dstage_build.py13 from autotest_lib.server import frontend namespace
45 AFE = frontend.AFE()
H A Dsheriff_host_utils.py27 from autotest_lib.frontend import setup_django_environment
28 from autotest_lib.frontend.afe import models
29 from autotest_lib.server import frontend namespace
/external/autotest/utils/
H A Dreverify_repair_failed.py14 from autotest_lib.server import frontend namespace
21 help='Hostname of the autotest frontend RPC server.')
26 afe_client = frontend.AFE(debug=False, server=options.server)
H A Dtko_publish.py15 from autotest_lib.server import frontend namespace
62 afe = frontend.AFE()
/external/autotest/frontend/afe/
H A Ddirect_afe.py7 import autotest_lib.server.frontend as frontend namespace
8 from autotest_lib.frontend.afe import site_rpc_interface
9 from autotest_lib.frontend.afe import rpc_interface
11 class directAFE(frontend.AFE):
13 A wrapper for frontend.AFE which exposes all of the AFE
H A Dcontrol_file.py10 from autotest_lib.frontend.afe import model_logic
11 import frontend.settings namespace
14 os.path.dirname(frontend.settings.__file__), '..'))
/external/autotest/site_utils/suite_scheduler/
H A Dboard_enumerator.py6 from autotest_lib.server import frontend namespace
32 @var _afe: a frontend.AFE instance used to talk to autotest.
39 @param afe: an instance of AFE as defined in server/frontend.py.
H A Dboard_enumerator_unittest.py15 from autotest_lib.server import frontend namespace
25 self.afe = self.mox.CreateMock(frontend.AFE)
31 """Creates a mock frontend.Label, with the given name."""
32 mock = self.mox.CreateMock(frontend.Label)
/external/autotest/tko/
H A Dquery_lib.py12 import display, frontend, db namespace
H A Dtest.cgi13 from autotest_lib.tko import db, display, frontend namespace
33 tests = frontend.test.select_sql(db, sql, values)
H A Dmachine_benchmark.cgi8 from autotest_lib.tko import db, display, frontend namespace
H A Dmachine_test_attribute_graph.cgi10 from autotest_lib.tko import db, display, frontend, plotgraph namespace
21 machine = frontend.machine.select(db, {'machine_idx' : machine_idx})[0]
25 for test in frontend.test.select(db, where):
H A Dmachine_aggr.cgi10 from autotest_lib.tko import db, display, frontend, plotgraph namespace
49 machine = frontend.machine.select(db, {'hostname' : machine_idx})[0]
69 for test in frontend.test.select(db, where):
86 kernel_base = frontend.kernel.select(db, {'printable' : kernels_sort[0]})[0]
87 for test in frontend.test.select(db, { 'subdir' : benchmark, 'machine_idx' : machine.idx, 'kernel_idx' : kernel_base.idx}):
94 for test in frontend.test.select(db, where, wherein):
/external/autotest/site_utils/
H A Dabort_suite.py35 from autotest_lib.server import frontend namespace
66 @param afe: An instance of frontend.AFE to make RPCs with.
93 afe = frontend.AFE()
H A Dadd_detected_host_labels.py31 from autotest_lib.server import frontend namespace
45 @param afe: A frontend.AFE() instance.
125 afe = frontend.AFE()
H A Dsync_cloudsql_access.py33 from autotest_lib.server import frontend namespace
58 @param afe: Server of the frontend RPC, default to None to use the server
64 rpc = frontend.AFE(server=afe)
H A Ddeploy_production.py11 from autotest_lib.server import frontend namespace
45 rpc = frontend.AFE(server=afe)
/external/autotest/cli/
H A Datest_migrate_host5 from autotest_lib.server import frontend namespace
8 old = frontend.AFE(web_server='http://' + sys.argv[1])
9 new = frontend.AFE(web_server='http://' + sys.argv[2])
H A Dcompose_query9 from autotest_lib.tko import display, frontend, db, query_lib namespace
22 options.condition, frontend.test_view_field_dict)
29 test_data = frontend.get_matrix_data(db, options.x_axis, options.y_axis, where)
/external/autotest/server/cros/dynamic_suite/
H A Dfrontend_wrappers.py11 from autotest_lib.frontend.afe.json_rpc import proxy
12 from autotest_lib.server import frontend namespace
37 class RetryingAFE(frontend.AFE):
38 """Wrapper around frontend.AFE that retries all RPCs.
99 class RetryingTKO(frontend.TKO):
100 """Wrapper around frontend.TKO that retries all RPCs.
H A Dtools_unittest.py17 from autotest_lib.server import frontend namespace
32 self.afe = self.mox.CreateMock(frontend.AFE)
33 self.tko = self.mox.CreateMock(frontend.TKO)
/external/autotest/server/cros/network/
H A Dwifi_cell_test_base.py12 from autotest_lib.server import frontend namespace
60 afe = frontend.AFE(debug=True)
/external/autotest/test_suites/
H A Ddev_harness.py8 from autotest_lib.server import frontend namespace
48 AFE = frontend.AFE(debug=True)

Completed in 7314 milliseconds

123