Reworked FlowConfigBlaster to be able to batch multiple flows in a single RESTCONF...
[integration/test.git] / test / tools / odl-mdsal-clustering-tests / clustering-performance-test / flow-template.json
diff --git a/test/tools/odl-mdsal-clustering-tests/clustering-performance-test/flow-template.json b/test/tools/odl-mdsal-clustering-tests/clustering-performance-test/flow-template.json
new file mode 100644 (file)
index 0000000..25cc393
--- /dev/null
@@ -0,0 +1,40 @@
+{
+    "flow": [
+        {
+            "id": "38",
+            "cookie": 38,
+            "instructions": {
+                "instruction": [
+                    {
+                        "order": 0,
+                        "apply-actions": {
+                            "action": [
+                                {
+                                    "order": 0,
+                                    "drop-action": { }
+                                }
+                            ]
+                        }
+                    }
+                ]
+            },
+            "hard-timeout": 65000,
+            "match": {
+                "ethernet-match": {
+                    "ethernet-type": {
+                        "type": 2048
+                    }
+                },
+                "ipv4-destination": "10.0.0.38/32"
+            },
+            "flow-name": "TestFlow-8",
+            "strict": false,
+            "cookie_mask": 4294967295,
+            "priority": 2,
+            "table_id": 0,
+            "idle-timeout": 65000,
+            "installHw": false
+        }
+
+    ]
+}