OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testflinger
(Results
1 - 2
of
2
) sorted by null
/device/ti/panda/audio/test/
run-tests.py
24
import
TestFlinger
155
log =
TestFlinger
.setup_logfile()
158
tcase =
TestFlinger
.TestCase(N, log)
176
TestFlinger
.close_logfile(log)
TestFlinger.py
18
"""
TestFlinger
meta-test execution framework
56
Default:
TestFlinger
.g_default_timeout (typ. 300 sec)
71
If null, then no logging will be done. (See also
TestFlinger
.setup_logfile()
72
and
TestFlinger
.close_logfile().
219
"""Open a logfile and prepare it for use with
TestFlinger
logging.
245
"""Convenience function for closing a
TestFlinger
log file.
Completed in 144 milliseconds