Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dsonic_client_utils.py159 exception=SonicProxyException('Timed out trying to find a sonic '
165 class SonicProxyException(Exception): class
191 raise SonicProxyException('Could not retrieve information about '
215 raise SonicProxyException('Could not reboot sonic device through '
/external/autotest/server/hosts/
Dsonic_host.py194 except sonic_client_utils.SonicProxyException as e: