Initial works for OF cluster test
[integration/test.git] / csit / variables / openflowplugin / sample_flow_2.json
diff --git a/csit/variables/openflowplugin/sample_flow_2.json b/csit/variables/openflowplugin/sample_flow_2.json
new file mode 100644 (file)
index 0000000..d486455
--- /dev/null
@@ -0,0 +1,35 @@
+{
+  "flow-node-inventory:flow": [
+    {
+      "id": "1",
+      "table_id": 0,
+      "priority": 2,
+      "flow-name": "flow1",
+      "instructions": {
+        "instruction": [
+          {
+            "order": 0,
+            "apply-actions": {
+              "action": [
+                {
+                  "order": 0,
+                  "output-action": {
+                    "output-node-connector": "2"
+                  }
+                }
+              ]
+            }
+          }
+        ]
+      },
+      "match": {
+        "ipv4-destination": "10.0.2.0/24",
+        "ethernet-match": {
+          "ethernet-type": {
+            "type": 2048
+          }
+        }
+      }
+    }
+  ]
+}