Provide support for data producer identifier during registration (CPS-1964 1)
- Added support for the dataProducerIdentifier to be added,
and updated from blank to something once
- The dataProducerIdentifier is persisted in the DB
Issue-ID: CPS-2105
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I1c230be8f9402154a761e8c2ba4d8a6331965b3c
diff --git a/integration-test/src/test/resources/data/ncmp-registry/dmi-registry@2023-11-27.yang b/integration-test/src/test/resources/data/ncmp-registry/dmi-registry@2024-02-23.yang
similarity index 93%
rename from integration-test/src/test/resources/data/ncmp-registry/dmi-registry@2023-11-27.yang
rename to integration-test/src/test/resources/data/ncmp-registry/dmi-registry@2024-02-23.yang
index e3152cb..d7b4ff7 100644
--- a/integration-test/src/test/resources/data/ncmp-registry/dmi-registry@2023-11-27.yang
+++ b/integration-test/src/test/resources/data/ncmp-registry/dmi-registry@2024-02-23.yang
@@ -8,6 +8,11 @@
contact "toine.siebelink@est.tech";
+ revision "2024-02-23" {
+ description
+ "Added data-producer-identifier";
+ }
+
revision "2023-11-27" {
description
"Added alternateId";
@@ -91,6 +96,9 @@
leaf alternate-id {
type string;
}
+ leaf data-producer-identifier {
+ type string;
+ }
list additional-properties {
key "name";