diff options
author | Mariusz Wagner <mariusz.wagner@nokia.com> | 2019-03-14 11:23:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-14 11:23:37 +0000 |
commit | 3c57f672700f8550370cc7a3f1b431e775907489 (patch) | |
tree | 83cbacde4040a83a223b54844a314ee2cf4cad51 /test/mocks/pnfsimulator/json_schema | |
parent | d649392f915fe669d61ed766f632f2cf1efb130f (diff) | |
parent | 892e4c201b0418f8368c18c67dd1d1753f223383 (diff) |
Merge "Revert removal of ipaddress from config"
Diffstat (limited to 'test/mocks/pnfsimulator/json_schema')
-rw-r--r-- | test/mocks/pnfsimulator/json_schema/input_validator.json | 6 |
1 files changed, 6 insertions, 0 deletions
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" }, |