HomeSort by relevance Sort by last modified time
    Searched refs:tko (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /external/autotest/frontend/client/src/autotest/tko/
ParameterizedFieldListDisplay.java 1 package autotest.tko;
5 import autotest.tko.ParameterizedFieldListPresenter.Display;
MetricsPlot.java 1 package autotest.tko;
ParameterizedField.java 1 package autotest.tko;
PreconfigSelector.java 1 package autotest.tko;
SpreadsheetHeaderSelectorView.java 1 package autotest.tko;
TestGroupDataSource.java 1 package autotest.tko;
WidgetList.java 1 package autotest.tko;
  /external/autotest/server/cros/dynamic_suite/
job_status.py 24 @param view: a detailed test 'view' from the TKO DB to look at.
34 @param view: a detailed test 'view' from the TKO DB to look at.
44 @param view: a detailed test 'view' from the TKO DB to look at.
312 def _yield_job_results(afe, tko, job):
319 @param tko: an instance of TKO as defined in server/frontend.py.
335 statuses = tko.get_job_test_statuses_from_db(job.id)
344 # TKO parser uniquelly identifies a test run by
369 def wait_for_child_results(afe, tko, parent_job_id):
378 @param tko: an instance of TKO as defined in server/frontend.py
    [all...]
tools_unittest.py 33 self.tko = self.mox.CreateMock(frontend.TKO)
  /external/autotest/tko/
site_parse.py 35 from autotest_lib.tko import models, parse, utils as tko_utils
36 from autotest_lib.tko.parsers import version_0
compose_query.cgi 16 from autotest_lib.tko import display, frontend, db, query_lib
20 <form action="/tko/compose_query.cgi" method="get">
50 <form action="/tko/save_query.cgi" method="get">
59 <td>&nbsp;&nbsp;<a href="/tko/query_history.cgi">View saved queries</a></td>
146 link = '/tko/compose_query.cgi?' + urllib.urlencode({'columns': next_column,
161 return '/tko/retrieve_logs.cgi?' + urllib.urlencode({'job' : job_path,
305 link = '/tko/compose_query.cgi?' + urllib.urlencode(dict_url)
test.cgi 13 from autotest_lib.tko import db, display, frontend
site_parse_unittest.py 21 from autotest_lib.frontend.tko import models as django_tko_models
22 from autotest_lib.tko import db as tko_db
23 from autotest_lib.tko.site_parse import StackTrace
150 # Machine has less dependencies than tko Job so it's easier to create
job_serializer.py 20 from autotest_lib.tko import models
21 from autotest_lib.tko import tko_pb2
22 from autotest_lib.tko import utils
30 """A class that takes a job object of the tko module and package
65 """Takes in a binary file name and returns a tko job object.
68 job object and then converts the job object into a tko job
74 @return a tko job that is represented by the binary file will
90 """Serializes the tko job object into a binary by using a
93 The method takes a tko job object and constructs a protocol
103 the_job: the tko job object that will be serialized
    [all...]
job_serializer_unittest.py 16 from autotest_lib.tko import tko_pb2
17 from autotest_lib.tko import job_serializer
18 from autotest_lib.tko import models
  /external/autotest/cli/
compose_query 9 from autotest_lib.tko import display, frontend, db, query_lib
  /external/autotest/frontend/tko/
resources.py 2 from autotest_lib.frontend.tko import models
csv_encoder_unittest.py 7 from autotest_lib.frontend.tko import csv_encoder
  /external/autotest/tko/parsers/test/
new_scenario.py 24 from autotest_lib.tko.parsers.test import scenario_base
scenario_base.py 9 from autotest_lib.tko import status_lib
10 from autotest_lib.tko.parsers.test import templates
11 from autotest_lib.tko.parsers.test import unittest_hotfix
177 parser: tko.parsers.base.parser; Subclass instance of base parser.
379 Template modules are stored in tko/parsers/test/templates.
  /external/autotest/utils/
release 94 # - TKO
96 print_status "Running TKO migrations"
97 ( cd $BASE_DIR/tko &&
99 --database=TKO safesync"
107 --database=TKO safesync"
  /external/autotest/site_utils/
run_suite_unittest.py 27 self.tko = mock.MagicMock()
71 """Mock tko method get_detailed_test_views call.
87 self.tko.run = mock.MagicMock(side_effect=side_effect)
135 'fake_server', self.afe, self.tko,
180 'fake_server', self.afe, self.tko,
222 'fake_server', self.afe, self.tko,
426 'fake_server', self.afe, self.tko,
collect_suite_time_stats.py 72 from autotest_lib.frontend.tko import models as tko_models
262 tko = tko_models.Job.objects.filter(afe_job_id__in=job_list)
265 for t in tko:
  /external/autotest/frontend/health/
complete_failures.py 16 from autotest_lib.frontend.tko import models as tko_models
  /external/autotest/server/
frontend.py 28 from autotest_lib.tko import db
40 _tko_timer = autotest_stats.Timer('tko')
58 Inherited for both TKO and AFE uses.
60 All the constructors go in the afe / tko class.
128 class TKO(RpcClient):
131 super(TKO, self).__init__(path='/new_tko/server/noauth/rpc/',
430 tko = TKO()
433 result = self.poll_all_jobs(tko, jobs, email_from, email_to)
473 url = '%s/tko/compose_query.cgi?%s' % (base_url, query_string
    [all...]

Completed in 653 milliseconds

1 23 4 5 6