magnum/magnum/tests/unit/api
Niall Bunting 08d41a2de5 Healthcheck Middleware
Use the healthcheck middleware from oslo_middleware. This adds a new
pipeline that depends if /etc/magnum/healthcheck_disable file exists.

The healthcheck middleware is avalible under the /healthcheck URL.

Return values:
200 OK (If the file does not exist)
503 DISABLED BY FILE (If file exists)

Change-Id: I23179d5285831af12de7f392849c490d86a5682e
2016-04-22 12:32:44 +00:00
..
controllers Healthcheck Middleware 2016-04-22 12:32:44 +00:00
__init__.py Make room for functional tests 2015-04-02 12:25:43 -04:00
base.py Load wsgi app(api) with paste.deploy 2016-03-08 09:25:44 +08:00
test_app.py Fix order of arguments in assertEqual 2015-10-10 14:24:44 +08:00
test_attr_validator.py Fix baymodel with invalid parameter can created. 2016-03-02 15:44:09 -05:00
test_hooks.py Adds standardised error messages 2016-03-02 16:40:23 +01:00
test_servicegroup.py Fix invalid import order 2016-02-07 22:54:41 -08:00
test_validation.py Merge "Improved tests for updating bay properties" 2016-03-08 07:13:44 +00:00
utils.py Return correct object type 2016-02-29 14:33:07 +08:00