From: biniek Date: Thu, 14 Mar 2019 11:02:15 +0000 (+0100) Subject: Revert removal of ipaddress from config X-Git-Tag: 4.0.0-ONAP~228^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=892e4c201b0418f8368c18c67dd1d1753f223383;p=integration.git Revert removal of ipaddress from config Change-Id: I8790ad9b2c5248432797619bd42b6fcc75df7cdc Issue-ID: INT-960 Signed-off-by: biniek --- diff --git a/test/mocks/pnfsimulator/config/config.json b/test/mocks/pnfsimulator/config/config.json index a536c37db..3b5cd8a60 100644 --- a/test/mocks/pnfsimulator/config/config.json +++ b/test/mocks/pnfsimulator/config/config.json @@ -15,6 +15,8 @@ "pnfRegistrationParams": { "serialNumber": "6061ZW3", "vendorName": "Nokia", + "oamV4IpAddress": "val3", + "oamV6IpAddress": "val4", "unitFamily": "BBU", "modelNumber": "val6", "softwareVersion": "val7", diff --git a/test/mocks/pnfsimulator/json_schema/input_validator.json b/test/mocks/pnfsimulator/json_schema/input_validator.json index ced70c746..679e11abf 100644 --- a/test/mocks/pnfsimulator/json_schema/input_validator.json +++ b/test/mocks/pnfsimulator/json_schema/input_validator.json @@ -61,6 +61,12 @@ "vendorName": { "type": "string" }, + "oamV4IpAddress": { + "type": "string" + }, + "oamV6IpAddress": { + "type": "string" + }, "unitFamily": { "type": "string" },