diff options
author | M.Hosnidokht <mohammad.hosnidokht@yoppworks.com> | 2020-12-03 11:11:16 -0500 |
---|---|---|
committer | M.Hosnidokht <mohammad.hosnidokht@yoppworks.com> | 2021-01-06 10:15:57 -0500 |
commit | eca412c5285bb65bd82a8236e0fec8426a2c605e (patch) | |
tree | 9ac48d843e7d57d983dd0a0f1f87d043ac09ba0d /aai-core/src/test/resources | |
parent | c42f46f79066734b96f91815b49b633a30e0ede4 (diff) |
Use data owner attribute instead of owning entity for OwnerCheck
Issue-ID: AAI-3226
Signed-off-by: Mohammad Hosnidokht <mohammad.hosnidokht@yoppworks.com>
Change-Id: I8222546e7264e99ca3e53fe1212a45008c1064e6
Diffstat (limited to 'aai-core/src/test/resources')
-rw-r--r-- | aai-core/src/test/resources/onap/oxm/v14/aai_oxm_v14.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-core/src/test/resources/onap/oxm/v14/aai_oxm_v14.xml b/aai-core/src/test/resources/onap/oxm/v14/aai_oxm_v14.xml index b08e4fb1..99596cde 100644 --- a/aai-core/src/test/resources/onap/oxm/v14/aai_oxm_v14.xml +++ b/aai-core/src/test/resources/onap/oxm/v14/aai_oxm_v14.xml @@ -5131,6 +5131,11 @@ <xml-property name="ownerCheck" value="N/A"/> </xml-properties> </xml-element> + <xml-element java-attribute="dataOwner" name="data-owner" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="Resource owner"/> + </xml-properties> + </xml-element> <xml-element java-attribute="pnfName2" name="pnf-name2" type="java.lang.String"> <xml-properties> <xml-property name="description" value="name of Physical Network Function."/> |