aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/config/config.json
blob: b7eb1cc123b4c4368658c9d82e6c7a9e86955f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "simulatorParams": {
    "vesServerUrl": "http://10.154.187.70:8080/eventListener/v5",
    "testDuration": "10",
    "messageInterval": "1"
  },
  "messageParams": {
    "pnfSerialNumber": "val1",
    "pnfVendorName": "val2",
    "pnfOamIpv4Address": "val3",
    "pnfOamIpv6Address": "val4",
    "pnfFamily": "val5",
    "pnfModelNumber": "val6",
    "pnfSoftwareVersion": "val7",
    "pnfType": "val8",
    "eventName": "val9",
    "nfNamingCode": "val10",
    "nfcNamingCode": "val11",
    "sourceName": "val12",
    "sourceId": "val13",
    "reportingEntityName": "val14"
  }
}