Add system test for the northbound API in NEMO project.
[integration/test.git] / csit / variables / nemo / predefine / connection.json
1 {
2      "connection-definitions": {
3           "connection-definition":[
4                     {
5                          "connection-type": "p2p",
6                          "property-definition": [
7                                    {
8                                         "property-name": "bandwidth",
9                                         "property-value-type": "int"
10                                    }
11                               ]
12                     },
13                     {
14                          "connection-type": "p2mp",
15                          "property-definition": [
16                                    {
17                                         "property-name": "bandwidth",
18                                         "property-value-type": "int"
19                                    }
20                               ]
21                     },
22                     {
23                          "connection-type": "mesh",
24                          "property-definition": [
25                                    {
26                                         "property-name": "bandwidth",
27                                         "property-value-type": "int"
28                                    }
29                               ]
30                     },
31                     {
32                          "connection-type": "chain",
33                          "property-definition": [
34                                    {
35                                         "property-name": "bandwidth",
36                                         "property-value-type": "int"
37                                    }
38                               ]
39                     }
40                ]
41           }
42 }