New OF reconciliation suite + other fixes
[integration/test.git] / csit / variables / openflowplugin / add-group-1 / data.item.json
diff --git a/csit/variables/openflowplugin/add-group-1/data.item.json b/csit/variables/openflowplugin/add-group-1/data.item.json
new file mode 100644 (file)
index 0000000..1869bc6
--- /dev/null
@@ -0,0 +1,21 @@
+        {
+          "group-id": ${i}000,
+          "buckets": {
+            "bucket": [
+              {
+                "bucket-id": 1,
+                "weight": 1,
+                "action": [
+                  {
+                    "order": 1,
+                    "output-action": {
+                      "output-node-connector": "1"
+                    }
+                  }
+                ]
+              }
+            ]
+          },
+          "group-name": "Select-${i}",
+          "group-type": "group-select"
+        }