OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SonicProxyException
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/
sonic_client_utils.py
159
exception=
SonicProxyException
('Timed out trying to find a sonic '
165
class
SonicProxyException
(Exception):
186
@raises:
SonicProxyException
if the server is unreachable.
191
raise
SonicProxyException
('Could not retrieve information about '
207
@raises
SonicProxyException
: if we're unable to post a reboot request.
215
raise
SonicProxyException
('Could not reboot sonic device through '
/external/autotest/server/hosts/
sonic_host.py
155
@raises:
SonicProxyException
if the server doesn't respond.
195
except sonic_client_utils.
SonicProxyException
as e:
Completed in 1108 milliseconds