aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/emssimulator/swm/ems_db/ne_info_table.json
blob: eebabf9bb2cd40568b5cfa90db4f1365925b3d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[
  {
    "status": "Activated",
    "nEIdentification": "5gDU0001",
    "updateTime": "Tue Apr 23 13:08:43 2019",
    "omIP": "192.168.1.1",
    "currentSwVersion": "v1",
    "installedSw": {
      "ran_du_pkg2-v1": {
        "installedLocation": "/home/ubuntu/swm/pnf_simulators/192.168.1.1/opt/install/v1/ran_du_pkg2",
        "version": "v1",
        "name": "ran_du_pkg2"
      },
      "ran_du_pkg1-v1": {
        "installedLocation": "/home/ubuntu/swm/pnf_simulators/192.168.1.1/opt/install/v1/ran_du_pkg1",
        "version": "v1",
        "name": "ran_du_pkg1"
      }
    }
  },
  {
    "status": "Activated",
    "nEIdentification": "5gDU0002",
    "updateTime": "Tue Apr 23 11:06:36 2019",
    "omIP": "192.168.1.2",
    "oldSwVersion": "v1",
    "currentSwVersion": "v2",
    "installedSw": {
      "ran_du_pkg1-v2": {
        "installedLocation": "/home/ubuntu/swm/pnf_simulators/192.168.1.2/opt/install/v2/ran_du_pkg1",
        "version": "v2",
        "name": "ran_du_pkg1"
      },
      "ran_du_pkg2-v2": {
        "installedLocation": "/home/ubuntu/swm/pnf_simulators/192.168.1.2/opt/install/v2/ran_du_pkg2",
        "version": "v2",
        "name": "ran_du_pkg2"
      }
    }
  }
]