Searched refs:RPMInfrastructureException (Results 1 - 5 of 5) sorted by relevance

/external/autotest/site_utils/rpm_control_system/
H A Drpm_infrastructure_exception.py5 class RPMInfrastructureException(Exception): class in inherits:Exception
13 class RPMLoggingSetupError(RPMInfrastructureException):
H A Dfrontend_server_unittest.py11 from rpm_infrastructure_exception import RPMInfrastructureException namespace
48 self.assertRaises(RPMInfrastructureException,
95 self.assertRaises(RPMInfrastructureException,
120 self.assertRaises(RPMInfrastructureException,
H A Dfrontend_server.py18 from rpm_infrastructure_exception import RPMInfrastructureException namespace
113 @raise RPMInfrastructureException: No dispatchers are available or can
130 raise RPMInfrastructureException('No dispatchers available.')
142 raise RPMInfrastructureException('No dispatchers can be'
196 @raises RPMInfrastructureException if failed to get the power
209 raise RPMInfrastructureException(
227 raise RPMInfrastructureException(
H A Drpm_dispatcher.py20 from rpm_infrastructure_exception import RPMInfrastructureException namespace
59 @raise RPMInfrastructureException: Raised if the dispatch server is
85 raise RPMInfrastructureException(err_msg)
205 @raise RPMInfrastructureException: Raised if the dispatch server is
218 raise RPMInfrastructureException(err_msg)
H A Dutils.py57 raise rpm_infrastructure_exception.RPMInfrastructureException(
148 @raises: rpm_infrastructure_exception.RPMInfrastructureException
152 raise rpm_infrastructure_exception.RPMInfrastructureException(
185 @raises: rpm_infrastructure_exception.RPMInfrastructureException
189 raise rpm_infrastructure_exception.RPMInfrastructureException(

Completed in 273 milliseconds