The ceilometer.tests.tempest.exceptions
Module¶
-
exception
ceilometer.tests.tempest.exceptions.
BadRequest
(*args, **kwargs)[source]¶ Bases:
ceilometer.tests.tempest.exceptions.RestClientException
-
exception
ceilometer.tests.tempest.exceptions.
CommandFailed
(returncode, cmd, output, stderr)[source]¶ Bases:
exceptions.Exception
-
exception
ceilometer.tests.tempest.exceptions.
InvalidHTTPResponseHeader
(*args, **kwargs)[source]¶ Bases:
ceilometer.tests.tempest.exceptions.RestClientException
-
exception
ceilometer.tests.tempest.exceptions.
InvalidHttpSuccessCode
(*args, **kwargs)[source]¶ Bases:
ceilometer.tests.tempest.exceptions.RestClientException
-
exception
ceilometer.tests.tempest.exceptions.
RFCViolation
(*args, **kwargs)[source]¶ Bases:
ceilometer.tests.tempest.exceptions.RestClientException
-
exception
ceilometer.tests.tempest.exceptions.
RestClientException
(*args, **kwargs)[source]¶ Bases:
ceilometer.tests.tempest.exceptions.TempestException
,exceptions.AssertionError
-
exception
ceilometer.tests.tempest.exceptions.
TempestException
(*args, **kwargs)[source]¶ Bases:
exceptions.Exception
Base Tempest Exception
To correctly use this class, inherit from it and define a ‘message’ property. That message will get printf’d with the keyword arguments provided to the constructor.