Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
Dfrontend_server_unittest.py11 from rpm_infrastructure_exception import RPMInfrastructureException
48 self.assertRaises(RPMInfrastructureException,
95 self.assertRaises(RPMInfrastructureException,
120 self.assertRaises(RPMInfrastructureException,
Drpm_infrastructure_exception.py5 class RPMInfrastructureException(Exception): class
13 class RPMLoggingSetupError(RPMInfrastructureException):
Dfrontend_server.py18 from rpm_infrastructure_exception import RPMInfrastructureException
209 raise RPMInfrastructureException('No dispatchers available.')
221 raise RPMInfrastructureException('No dispatchers can be'
305 raise RPMInfrastructureException(
341 raise 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
85 raise RPMInfrastructureException(err_msg)
218 raise RPMInfrastructureException(err_msg)