diff options
author | Helen Chen <helen.chen@huawei.com> | 2018-10-12 14:58:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-12 14:58:20 +0000 |
commit | 36f69d7e27bbd983194e198b9c37d39d7869bd2a (patch) | |
tree | 1710577aa22e9f607e8b0d1fc7de94395cd56f07 | |
parent | 4af547f849f570f1408eec13aea910776819136e (diff) | |
parent | d0dff98c7677dedc2a2004294dac2123aacccd16 (diff) |
Merge "PNF Simulator - fix fileFormatType"
-rw-r--r-- | test/mocks/pnfsimulator/config/config.json | 2 | ||||
-rw-r--r-- | test/mocks/pnfsimulator/json_schema/input_validator.json | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/test/mocks/pnfsimulator/config/config.json b/test/mocks/pnfsimulator/config/config.json index 6311d5ef5..3cda0c6fc 100644 --- a/test/mocks/pnfsimulator/config/config.json +++ b/test/mocks/pnfsimulator/config/config.json @@ -29,7 +29,7 @@ {"name": "A20161221.1031-1041.bin.gz", "hashMap": { "location": "ftpes://192.169.0.1:22/ftp/rop/A20161224.1030-1045.bin.gz", "compression": "gzip", - "fileformatType": "org.3GPP.32.435#measCollec", + "fileFormatType": "org.3GPP.32.435#measCollec", "fileFormatVersion": "V10" } }, diff --git a/test/mocks/pnfsimulator/json_schema/input_validator.json b/test/mocks/pnfsimulator/json_schema/input_validator.json index f5573af49..4e75e0adc 100644 --- a/test/mocks/pnfsimulator/json_schema/input_validator.json +++ b/test/mocks/pnfsimulator/json_schema/input_validator.json @@ -45,8 +45,6 @@ }, "required": [ "eventName", - "nfNamingCode", - "nfcNamingCode", "sourceName", "sourceId", "reportingEntityName" @@ -120,7 +118,7 @@ "compression": { "type": "string" }, - "fileformatType": { + "fileFormatType": { "type": "string" }, "fileFormatVersion": { @@ -130,7 +128,7 @@ "required": [ "location", "compression", - "fileformatType", + "fileFormatType", "fileFormatVersion" ] } @@ -204,4 +202,4 @@ ] -}
\ No newline at end of file +} |