diff options
author | micdzied <michal.1.dziedzic@nokia.com> | 2018-08-17 09:58:00 +0200 |
---|---|---|
committer | micdzied <michal.1.dziedzic@nokia.com> | 2018-08-20 13:16:22 +0200 |
commit | b22e45d0fdaae3d35e0e0be3b452ebd2e53ed782 (patch) | |
tree | 038589ee2b89e392f323211cd8eadc241af9abc4 /test/mocks/pnfsimulator/config | |
parent | 67de9d49b88e5801afd3f0bf2a62b3495720864c (diff) |
update according to new schema
Change-Id: I7fbe1b765be33e3c7734786cd77625360a0e1f92
Issue-ID: INT-628
Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
Diffstat (limited to 'test/mocks/pnfsimulator/config')
-rw-r--r-- | test/mocks/pnfsimulator/config/config.json | 19 |
1 files changed, 10 insertions, 9 deletions
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", |