deckhand/deckhand/tests
Prateek Dodda 2c4c5a9c63 fix: Add validation logic to check for duplicate documents in engine
This patch set adds validation logic to document_validation.py (in
Deckhand's engine module) so that components that rely on
Deckhand's engine for document rendering (such as Promenade
or Pegleg) can fail fast when they provide Deckhand with a
duplicate document. Must pass pre_validate=True to layering
module which currently is the case for Promenade, et. al.

Before this change, Deckand only supported this logic at
the DB level (requiring service instantion); this is now no longer
the case.

Change-Id: I6d1c8214775aa0f3b5efb1049972cf847f74585b
2018-10-11 22:33:01 +00:00
..
common integration tests: Add Barbican validation/assertions 2018-07-22 16:32:57 +00:00
functional Fix: various documentation and URL fixes 2018-09-25 11:44:57 +02:00
integration integration tests: Add Barbican validation/assertions 2018-07-22 16:32:57 +00:00
unit fix: Add validation logic to check for duplicate documents in engine 2018-10-11 22:33:01 +00:00
__init__.py Initial engine framework 2017-07-17 20:46:49 +01:00
deckhand.conf.test Implement Barbican cache for quick secret payload/ref data 2018-08-22 16:16:26 +01:00
test_utils.py Move retrieval of encrypted documents to Deckhand controller 2018-07-08 23:16:26 +00:00