ceilometer.tests.tempest.exceptions
Module¶ceilometer.tests.tempest.exceptions.
BadRequest
(*args, **kwargs)[source]¶Bases: ceilometer.tests.tempest.exceptions.RestClientException
ceilometer.tests.tempest.exceptions.
CommandFailed
(returncode, cmd, output, stderr)[source]¶Bases: exceptions.Exception
ceilometer.tests.tempest.exceptions.
InvalidHTTPResponseHeader
(*args, **kwargs)[source]¶Bases: ceilometer.tests.tempest.exceptions.RestClientException
ceilometer.tests.tempest.exceptions.
InvalidHttpSuccessCode
(*args, **kwargs)[source]¶Bases: ceilometer.tests.tempest.exceptions.RestClientException
ceilometer.tests.tempest.exceptions.
RFCViolation
(*args, **kwargs)[source]¶Bases: ceilometer.tests.tempest.exceptions.RestClientException
ceilometer.tests.tempest.exceptions.
RestClientException
(*args, **kwargs)[source]¶Bases: ceilometer.tests.tempest.exceptions.TempestException
, exceptions.AssertionError
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.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.