aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/Files/PNFs
diff options
context:
space:
mode:
authorAdam Wudzinski <adam.wudzinski@nokia.com>2020-12-02 18:07:22 +0100
committerMaciej Malewski <maciej.malewski@nokia.com>2020-12-03 16:23:32 +0100
commit5700275b3e147e0053ae7872271a9f2fbfa13e06 (patch)
tree4659630516c209ca79148bb15c8a4b978eec6f19 /integration-tests/src/test/resources/Files/PNFs
parent562577c33c08d1c6716676d6d7501693b08b9f21 (diff)
[SDC] Validate PMDictionary content in Deployment artifacts tab
Validate PMDictionary file content when adding or updating PMDictionary in Deployment artifacts tab. Fix dependencies conflict. Issue-ID: SDC-3390 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: I6f6bb196ef061419a309a8ded5fdbe116982a037
Diffstat (limited to 'integration-tests/src/test/resources/Files/PNFs')
-rw-r--r--integration-tests/src/test/resources/Files/PNFs/pmDictionary.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/Files/PNFs/pmDictionary.yml b/integration-tests/src/test/resources/Files/PNFs/pmDictionary.yml
index fa3ed531e7..3e3b3d1010 100644
--- a/integration-tests/src/test/resources/Files/PNFs/pmDictionary.yml
+++ b/integration-tests/src/test/resources/Files/PNFs/pmDictionary.yml
@@ -50,6 +50,8 @@ pmMetaData:
measAdditionalFields:
vendorField1: X
vendorField2: B
+ measAggregationLevels: NRCellCU
+ measChangeType: added
---
pmMetaData:
pmHeader:
@@ -72,6 +74,8 @@ pmMetaData:
measType: VS.NINFC.IntraFrPscelChFailTdcExp
measAdditionalFields:
vendorField1: Y
+ measAggregationLevels: NRCellCU
+ measChangeType: added
---
pmMetaData:
pmHeader:
@@ -95,4 +99,6 @@ pmMetaData:
measAdditionalFields:
vendorField1: Z
vendorField2: A
+ measAggregationLevels: NRCellCU
+ measChangeType: added
...