diff options
author | Dan Timoney <dtimoney@att.com> | 2019-08-16 15:52:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-16 15:52:41 +0000 |
commit | 1d4fc7952e2c4089db078b0c27ba147c2a2669f0 (patch) | |
tree | 668b0211bd4276bee7d717048d18128956395b6f | |
parent | 30541d82efa0f8cfeee23fab1cc6c35caf49cde7 (diff) |
Update git submodules
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to be2381eeaa338a027d094c85b7a4bf47a04f641d
- Merge "Fixed validation of resource-assignment-params.config-assign"
- Fixed validation of resource-assignment-params.config-assign
- In order to preserve the validation of the whole BPP response, I added a
normalization step that will convert any non-JSON part of the response
into a JSON-equivalent representation.
This normalization is carried out by the JSLT library that provides many
JSON manipulations using a JSON-like specification.
See https://github.com/schibsted/jslt for more details.
- Fix UAT not being run by maven
The Surefire plugin does accept '*Tests.java' but DOESN'T '*Tests.kt'!
The UAT test class was renamed to use the 'Test' suffix only.
- Improved maintainability of UAT-Engine by switching from explicitly field
handling to POJO-based parsing using Jackson along with SnakeYaml.
UAT-related POJOs created on new module UatDefinition.kt
- Added a Protobuf-like description of an UAT YAML document.
Change-Id: Id1178489caa4e97808747a99bc9324fc84e9b96e
Issue-ID: CCSDK-1620
Signed-off-by: ebo <eliezio.oliveira@est.tech>
m--------- | docs/submodules/ccsdk/cds.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git -Subproject 92086d153067e2337c708a1efd4cacb2e1c3056 +Subproject be2381eeaa338a027d094c85b7a4bf47a04f641 |