Fix up model dumps collection to reflect latest datastores
[integration/test.git] / csit / variables / openflowplugin / add-group-1 / data.item.json
1         {
2           "group-id": ${i}000,
3           "buckets": {
4             "bucket": [
5               {
6                 "bucket-id": 1,
7                 "weight": 1,
8                 "action": [
9                   {
10                     "order": 1,
11                     "output-action": {
12                       "output-node-connector": "1"
13                     }
14                   }
15                 ]
16               }
17             ]
18           },
19           "group-name": "Select-${i}",
20           "group-type": "group-select"
21         }