OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ControlFileNotFound
(Results
1 - 5
of
5
) sorted by null
/external/autotest/server/cros/dynamic_suite/
control_file_getter.py
45
@throws
ControlFileNotFound
if the file cannot be retrieved.
57
@throws
ControlFileNotFound
if the file cannot be retrieved.
123
@throws
ControlFileNotFound
if the file cannot be retrieved.
126
raise error.
ControlFileNotFound
('No control files found.')
134
raise error.
ControlFileNotFound
('No control file for ' + test_name)
136
raise error.
ControlFileNotFound
(test_name + ' is not unique.')
150
@throws
ControlFileNotFound
if the file cannot be retrieved.
235
@throws
ControlFileNotFound
if the file cannot be retrieved.
243
raise error.
ControlFileNotFound
(msg)
302
@throws
ControlFileNotFound
if the file cannot be retrieved
[
all
...]
control_file_getter_unittest.py
104
self.assertRaises(error.
ControlFileNotFound
,
168
self.assertRaises(error.
ControlFileNotFound
,
frontend_wrappers.py
88
timeout_util.TimeoutError, error.
ControlFileNotFound
)
/external/autotest/client/common_lib/cros/
retry_unittest.py
79
raise error.
ControlFileNotFound
()
80
self.assertRaises(error.
ControlFileNotFound
, fail)
/external/autotest/client/common_lib/
error.py
421
class
ControlFileNotFound
(CrosDynamicSuiteException):
Completed in 636 milliseconds