deckhand/deckhand/tests/unit/control
Felipe Monteiro b03a4522cb fix: Use schema instead of metadata.schema for replacement check
Recently added replacement check incorrectly uses metadata.schema
and metadata.name to key on the document -- but it should be schema
and metadata.name, the combination of which uniquely defines a
document.

Change-Id: I6cd1679ad41be38cb78d65ce2763e60f7da390d2
2018-10-31 15:02:28 -04:00
..
__init__.py Initial engine framework 2017-07-17 20:46:49 +01:00
base.py Add no oauth middleware to bypass keystone authentication 2018-05-08 03:46:52 +01:00
test_api_initialization.py fix: Address small issues with revision rollback controller 2018-10-18 09:45:16 -04:00
test_base_controller.py DECKHAND-80: Validations API Implementation 2017-10-21 23:09:16 -04:00
test_buckets_controller.py Add validation for empty documents inside multi-document payload 2018-03-31 22:36:55 -04:00
test_errors.py fix: Use schema instead of metadata.schema for replacement check 2018-10-31 15:02:28 -04:00
test_health_controller.py Unit tests for health/versions controller 2017-11-11 04:07:28 -05:00
test_middleware.py Make Deckhand validation exceptions adhere to UCP standard 2018-04-26 18:51:08 +00:00
test_rendered_documents_controller.py fix: Redact secondhand substitutions of sensitive data 2018-10-25 09:39:50 -04:00
test_revision_documents_controller.py Redacts Raw Documents 2018-10-19 23:56:12 -05:00
test_revision_tags_controller.py Allow same tag to be created for multiple revisions 2018-01-18 16:15:37 -04:00
test_revisions_controller.py Delete secret references from Barbican when deleting all revisions 2018-07-22 15:53:31 +00:00
test_revisions_deepdiff_controller.py Adding api for revisions deep diffing 2018-09-17 17:01:34 +05:30
test_revisions_diff_controller.py Deckhand Negative RBAC test scenarios 2017-10-31 17:37:39 +00:00
test_revisions_rollback_controller.py fix: Address small issues with revision rollback controller 2018-10-18 09:45:16 -04:00
test_validations_controller.py fix: Use schema instead of metadata.schema for replacement check 2018-10-31 15:02:28 -04:00
test_versions_controller.py Unit tests for health/versions controller 2017-11-11 04:07:28 -05:00