The ironic.tests.unit.api.test_middleware
Module¶
Tests to assert that various incorporated middleware works as expected.
-
class
ironic.tests.unit.api.test_middleware.
TestCORSMiddleware
(*args, **kwargs)[source]¶ Bases:
ironic.tests.unit.api.base.BaseApiTest
Provide a basic smoke test to ensure CORS middleware is active.
The tests below provide minimal confirmation that the CORS middleware is active, and may be configured. For comprehensive tests, please consult the test suite in oslo_middleware.