OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tests_to_run
(Results
1 - 2
of
2
) sorted by null
/development/testrunner/
runtest.py
96
self.
_tests_to_run
= None
431
if self.
_tests_to_run
:
432
return self.
_tests_to_run
434
self.
_tests_to_run
= []
436
self.
_tests_to_run
= self._known_tests.GetTests()
438
self.
_tests_to_run
= self._known_tests.GetContinuousTests()
440
self.
_tests_to_run
= \
444
self.
_tests_to_run
= walker.FindTests(self._options.test_path)
452
self.
_tests_to_run
.append(test)
453
return self.
_tests_to_run
[
all
...]
/external/autotest/server/site_tests/tast/
tast.py
125
self.
_tests_to_run
= []
288
self.
_tests_to_run
= json.loads(result.stdout.strip())
291
if len(self.
_tests_to_run
) == 0:
295
logging.info('Expect to run %d test(s)', len(self.
_tests_to_run
))
321
total_ns = sum([int(t['timeout']) for t in self.
_tests_to_run
])
381
missing = [t['name'] for t in self.
_tests_to_run
Completed in 153 milliseconds