Home
last modified time | relevance | path

Searched refs:OSInterfaceError (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dos_interface.py15 class OSInterfaceError(Exception): class
90 raise OSInterfaceError(err)
123 raise OSInterfaceError('There is no host for DUT.')
130 raise OSInterfaceError('There is no host for DUT.')
137 raise OSInterfaceError('There is no host for DUT.')
/external/autotest/client/cros/faft/
Drpc_functions.py311 except os_interface.OSInterfaceError: