Revert removal of ipaddress from config 41/82241/1
authorbiniek <lukasz.biniek@nokia.com>
Thu, 14 Mar 2019 11:02:15 +0000 (12:02 +0100)
committerbiniek <lukasz.biniek@nokia.com>
Thu, 14 Mar 2019 11:02:15 +0000 (12:02 +0100)
Change-Id: I8790ad9b2c5248432797619bd42b6fcc75df7cdc
Issue-ID: INT-960
Signed-off-by: biniek <lukasz.biniek@nokia.com>
test/mocks/pnfsimulator/config/config.json
test/mocks/pnfsimulator/json_schema/input_validator.json

index a536c37..3b5cd8a 100644 (file)
@@ -15,6 +15,8 @@
   "pnfRegistrationParams": {
     "serialNumber": "6061ZW3",
     "vendorName": "Nokia",
+    "oamV4IpAddress": "val3",
+    "oamV6IpAddress": "val4",
     "unitFamily": "BBU",
     "modelNumber": "val6",
     "softwareVersion": "val7",
index ced70c7..679e11a 100644 (file)
         "vendorName": {
           "type": "string"
         },
+        "oamV4IpAddress": {
+          "type": "string"
+        },
+        "oamV6IpAddress": {
+          "type": "string"
+        },
         "unitFamily": {
           "type": "string"
         },