From b22e45d0fdaae3d35e0e0be3b452ebd2e53ed782 Mon Sep 17 00:00:00 2001 From: micdzied Date: Fri, 17 Aug 2018 09:58:00 +0200 Subject: update according to new schema Change-Id: I7fbe1b765be33e3c7734786cd77625360a0e1f92 Issue-ID: INT-628 Signed-off-by: micdzied --- test/mocks/pnfsimulator/config/config.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'test/mocks/pnfsimulator/config/config.json') diff --git a/test/mocks/pnfsimulator/config/config.json b/test/mocks/pnfsimulator/config/config.json index 2b05a2b9c..2a67be511 100644 --- a/test/mocks/pnfsimulator/config/config.json +++ b/test/mocks/pnfsimulator/config/config.json @@ -1,18 +1,19 @@ + { "simulatorParams": { - "vesServerUrl": "http://VES-HOST:VES-PORT/eventListener/v5", + "vesServerUrl": "http://VES-HOST:VES-PORT/eventListener/v7", "testDuration": "10", "messageInterval": "1" }, "messageParams": { - "pnfSerialNumber": "val1", - "pnfVendorName": "val2", - "pnfOamIpv4Address": "val3", - "pnfOamIpv6Address": "val4", - "pnfFamily": "val5", - "pnfModelNumber": "val6", - "pnfSoftwareVersion": "val7", - "pnfType": "val8", + "pnf_serialNumber": "6061ZW3", + "pnf_vendorName": "Nokia", + "pnf_oamV4IpAddress": "val3", + "pnf_oamV6IpAddress": "val4", + "pnf_unitFamily": "BBU", + "pnf_modelNumber": "val6", + "pnf_softwareVersion": "val7", + "pnf_unitType": "val8", "eventName": "pnfRegistration_Nokia_5gDu", "nfNamingCode": "gNB", "nfcNamingCode": "oam", -- cgit 1.2.3-korg