deckhand/deckhand/tests/unit/db
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 Add unit tests for db documents api. 2017-07-21 05:31:59 +01:00
base.py DECKHAND-80: Validations API Implementation 2017-10-21 23:09:16 -04:00
test_documents.py Revision diffing API. 2017-09-25 21:58:30 +01:00
test_documents_negative.py Revamp document hashing 2017-10-02 18:09:13 +01:00
test_layering_policies.py Only allow one LayeringPolicy to exist in the system. 2017-10-26 17:38:24 -04:00
test_revision_diffing.py Revision diffing API. 2017-09-25 21:58:30 +01:00
test_revision_documents.py DECKHAND-61: oslo.policy integration 2017-10-07 18:43:28 +01:00
test_revision_rollback.py Revision rollback API. 2017-09-25 22:20:47 +01:00
test_revision_rollback_negative.py Revision rollback API. 2017-09-25 22:20:47 +01:00
test_revision_tags.py [feat] DECKHAND-38: Secrets DB model and secrets manager. 2017-09-11 12:39:38 -04:00
test_revision_tags_negative.py Revamp document hashing 2017-10-02 18:09:13 +01:00
test_revisions.py Revision diffing API. 2017-09-25 21:58:30 +01:00
test_validations.py DECKHAND-80: Validations API Implementation 2017-10-21 23:09:16 -04:00