PNF Simulator - fix fileFormatType 58/70358/5
authorMarcin Migdal <marcin.migdal@nokia.com>
Fri, 12 Oct 2018 13:51:39 +0000 (15:51 +0200)
committerMarcin Migdal <marcin.migdal@nokia.com>
Fri, 12 Oct 2018 14:30:11 +0000 (16:30 +0200)
Issue-ID: INT-689
Change-Id: I2c681981f638502495e92e12c2953368a64d3c82
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
test/mocks/pnfsimulator/config/config.json
test/mocks/pnfsimulator/json_schema/input_validator.json

index 6311d5e..3cda0c6 100644 (file)
@@ -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"
       }
       },
index f5573af..4e75e0a 100644 (file)
@@ -45,8 +45,6 @@
       },
       "required": [
         "eventName",
-        "nfNamingCode",
-        "nfcNamingCode",
         "sourceName",
         "sourceId",
         "reportingEntityName"
                     "compression": {
                       "type": "string"
                     },
-                    "fileformatType": {
+                    "fileFormatType": {
                       "type": "string"
                     },
                     "fileFormatVersion": {
                   "required": [
                     "location",
                     "compression",
-                    "fileformatType",
+                    "fileFormatType",
                     "fileFormatVersion"
                   ]
                 }
   ]
 
 
-}
\ No newline at end of file
+}