From 32ef89d1881d4ebf89c68b19c753d0071732ad59 Mon Sep 17 00:00:00 2001 From: Marcin Migdal Date: Wed, 20 Feb 2019 10:45:21 +0100 Subject: Update PNF SIM mandatory fields for config.json Change-Id: Ia0b68c271f70ee5d3765e4b1ece80ab98470040c Issue-ID: INT-897 Signed-off-by: Marcin Migdal --- test/mocks/pnfsimulator/json_schema/input_validator.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'test/mocks') 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", -- cgit 1.2.3-korg