diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/mocks/pnfsimulator/config/config.json | 10 | ||||
-rw-r--r-- | test/mocks/pnfsimulator/json_schema/input_validator.json | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/test/mocks/pnfsimulator/config/config.json b/test/mocks/pnfsimulator/config/config.json index ca2854269..2b05a2b9c 100644 --- a/test/mocks/pnfsimulator/config/config.json +++ b/test/mocks/pnfsimulator/config/config.json @@ -13,11 +13,11 @@ "pnfModelNumber": "val6", "pnfSoftwareVersion": "val7", "pnfType": "val8", - "eventName": "val9", - "nfNamingCode": "val10", - "nfcNamingCode": "val11", - "sourceName": "val12", + "eventName": "pnfRegistration_Nokia_5gDu", + "nfNamingCode": "gNB", + "nfcNamingCode": "oam", + "sourceName": "NOK6061ZW3", "sourceId": "val13", - "reportingEntityName": "val14" + "reportingEntityName": "NOK6061ZW3" } } diff --git a/test/mocks/pnfsimulator/json_schema/input_validator.json b/test/mocks/pnfsimulator/json_schema/input_validator.json index df4efb53d..42d4e4593 100644 --- a/test/mocks/pnfsimulator/json_schema/input_validator.json +++ b/test/mocks/pnfsimulator/json_schema/input_validator.json @@ -119,7 +119,7 @@ "title": "The Eventname Schema ", "default": "", "examples": [ - "val9" + "pnfRegistration_Nokia_5gDu" ] }, "nfNamingCode": { @@ -128,7 +128,7 @@ "title": "The Nfnamingcode Schema ", "default": "", "examples": [ - "val10" + "gNB" ] }, "nfcNamingCode": { @@ -137,7 +137,7 @@ "title": "The Nfcnamingcode Schema ", "default": "", "examples": [ - "val11" + "oam" ] }, "sourceName": { @@ -146,7 +146,7 @@ "title": "The Sourcename Schema ", "default": "", "examples": [ - "val12" + "NOK6061ZW3" ] }, "sourceId": { @@ -164,7 +164,7 @@ "title": "The Reportingentityname Schema ", "default": "", "examples": [ - "val14" + "NOK6061ZW3" ] } }, |