HomeSort by relevance Sort by last modified time
    Searched refs:RPMInfrastructureException (Results 1 - 5 of 5) sorted by null

  /external/autotest/site_utils/rpm_control_system/
rpm_infrastructure_exception.py 5 class RPMInfrastructureException(Exception):
13 class RPMLoggingSetupError(RPMInfrastructureException):
frontend_server_unittest.py 11 from rpm_infrastructure_exception import RPMInfrastructureException
48 self.assertRaises(RPMInfrastructureException,
95 self.assertRaises(RPMInfrastructureException,
120 self.assertRaises(RPMInfrastructureException,
frontend_server.py 18 from rpm_infrastructure_exception import RPMInfrastructureException
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(
rpm_dispatcher.py 20 from rpm_infrastructure_exception import RPMInfrastructureException
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)
utils.py 57 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 444 milliseconds