Home
last modified time | relevance | path

Searched refs:ControlFileNotFound (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/autotest/server/cros/dynamic_suite/
H A Dcontrol_file_getter.py131 raise error.ControlFileNotFound('No control files found.')
140 raise error.ControlFileNotFound('No control file for ' + test_name)
142 raise error.ControlFileNotFound(test_name + ' is not unique.')
257 raise error.ControlFileNotFound(msg)
321 raise error.ControlFileNotFound(e)
H A Dcontrol_file_getter_unittest.py102 self.assertRaises(error.ControlFileNotFound,
157 self.assertRaises(error.ControlFileNotFound,
H A Dfrontend_wrappers.py89 timeout_util.TimeoutError, error.ControlFileNotFound)
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dretry_unittest.py74 raise error.ControlFileNotFound()
75 self.assertRaises(error.ControlFileNotFound, fail)
/aosp_15_r20/external/autotest/client/common_lib/
H A Derror.py435 class ControlFileNotFound(CrosDynamicSuiteException): class
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv77420 …/autotest,[email protected],autotest: Make ControlFileNotFound non-retryab…