diff options
author | Mariusz Wagner <mariusz.wagner@nokia.com> | 2019-02-22 12:09:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-22 12:09:34 +0000 |
commit | fb2929fa11d5ad6679797b1295acdf2cd92db1fd (patch) | |
tree | bf2ffb3ed5ebf5a5b5e65a39d7d5ab20888824d4 /test/mocks | |
parent | 87179e7997b2264928b5457fa62fc1f543ab2acb (diff) | |
parent | 32ef89d1881d4ebf89c68b19c753d0071732ad59 (diff) |
Merge "Update PNF SIM mandatory fields for config.json"
Diffstat (limited to 'test/mocks')
-rw-r--r-- | test/mocks/pnfsimulator/json_schema/input_validator.json | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/test/mocks/pnfsimulator/json_schema/input_validator.json b/test/mocks/pnfsimulator/json_schema/input_validator.json index 4e75e0adc..13ce589ab 100644 --- a/test/mocks/pnfsimulator/json_schema/input_validator.json +++ b/test/mocks/pnfsimulator/json_schema/input_validator.json @@ -79,17 +79,7 @@ "unitType": { "type": "string" } - }, - "required": [ - "serialNumber", - "vendorName", - "oamV4IpAddress", - "oamV6IpAddress", - "unitFamily", - "modelNumber", - "softwareVersion", - "unitType" - ] + } }, "notificationParams": { "type": "object", |