Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
Drpm_infrastructure_exception.py5 class RPMInfrastructureException(Exception): class
13 class RPMLoggingSetupError(RPMInfrastructureException):
Dfrontend_server.py18 from rpm_infrastructure_exception import RPMInfrastructureException
130 raise RPMInfrastructureException('No dispatchers available.')
142 raise RPMInfrastructureException('No dispatchers can be'
209 raise RPMInfrastructureException(
227 raise RPMInfrastructureException(
Dfrontend_server_unittest.py11 from rpm_infrastructure_exception import RPMInfrastructureException
48 self.assertRaises(RPMInfrastructureException,
95 self.assertRaises(RPMInfrastructureException,
120 self.assertRaises(RPMInfrastructureException,
Dutils.py57 raise rpm_infrastructure_exception.RPMInfrastructureException(
152 raise rpm_infrastructure_exception.RPMInfrastructureException(
189 raise rpm_infrastructure_exception.RPMInfrastructureException(
Drpm_dispatcher.py20 from rpm_infrastructure_exception import RPMInfrastructureException
80 raise RPMInfrastructureException(err_msg)
213 raise RPMInfrastructureException(err_msg)