deckhand/deckhand/tests/unit/control
Felipe Monteiro 55b13dc4eb Only allow one LayeringPolicy to exist in the system.
This PS enforces the design requirement that says that only 1
layering policy can exist in the system at once. Attempting to
create another layering policy with a different name is a 409 error.
The existing layering policy can be updated by passing in a document
with the same `metadata.name` and `schema` as the existing one.

Closes-Bug: https://github.com/att-comdev/deckhand/issues/12
Change-Id: I7cad2d600c931c8701c3faaf2967be782984528b
2017-10-26 17:38:24 -04:00
..
__init__.py Initial engine framework 2017-07-17 20:46:49 +01:00
base.py Integrate Deckhand with keystone auth 2017-10-16 19:54:46 +01:00
test_api_initialization.py Add health resource for ucp-integration API convention 2017-10-23 17:34:03 +01:00
test_base_controller.py DECKHAND-80: Validations API Implementation 2017-10-21 23:09:16 -04:00
test_buckets_controller.py Only allow one LayeringPolicy to exist in the system. 2017-10-26 17:38:24 -04:00
test_errors.py Add expected errors decorator for more resiliency 2017-10-25 18:49:49 +01:00
test_middleware.py Add expected errors decorator for more resiliency 2017-10-25 18:49:49 +01:00
test_validations_controller.py Make middleware enforce and validate content-type 2017-10-23 17:02:01 +01:00