backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / switch / of10 / action / 04_SET_DL_SRC.json
diff --git a/ryu/build/lib.linux-armv7l-2.7/ryu/tests/switch/of10/action/04_SET_DL_SRC.json b/ryu/build/lib.linux-armv7l-2.7/ryu/tests/switch/of10/action/04_SET_DL_SRC.json
new file mode 100644 (file)
index 0000000..63a2578
--- /dev/null
@@ -0,0 +1,133 @@
+[
+    "action: 04_SET_DL_SRC",
+    {
+        "description": "ethernet(src='12:11:11:11:11:11')/ipv4/tcp-->'eth_src=12:11:11:11:11:11,actions=mod_dl_src:aa:aa:aa:aa:aa:aa,output:2'",
+        "prerequisite": [
+            {
+                "OFPFlowMod": {
+                    "actions": [
+                        {
+                            "OFPActionSetDlSrc": {
+                                "dl_addr": "aa:aa:aa:aa:aa:aa"
+                            }
+                        },
+                        {
+                            "OFPActionOutput": {
+                                "port": 2
+                            }
+                        }
+                    ],
+                    "command": 0,
+                    "cookie": 0,
+                    "match": {
+                        "OFPMatch": {
+                            "dl_src": "12:11:11:11:11:11"
+                        }
+                    }
+                }
+            }
+        ],
+        "tests": [
+            {
+                "ingress": [
+                    "ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2048)",
+                    "ipv4(tos=32, proto=6, src='192.168.10.10', dst='192.168.20.20', ttl=64)",
+                    "tcp(dst_port=2222, option=bytes(b'\\x00' * 4), src_port=11111)",
+                    "b'\\x01\\x02\\x03\\x04\\x05\\x06\\x07\\x08\\t\\n\\x0b\\x0c\\r\\x0e\\x0f\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f'"
+                ],
+                "egress": [
+                    "ethernet(dst='22:22:22:22:22:22', src='aa:aa:aa:aa:aa:aa', ethertype=2048)",
+                    "ipv4(tos=32, proto=6, src='192.168.10.10', dst='192.168.20.20', ttl=64)",
+                    "tcp(dst_port=2222, option=bytes(b'\\x00' * 4), src_port=11111)",
+                    "b'\\x01\\x02\\x03\\x04\\x05\\x06\\x07\\x08\\t\\n\\x0b\\x0c\\r\\x0e\\x0f\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f'"
+                ]
+            }
+        ]
+    },
+    {
+        "description": "ethernet(src='12:11:11:11:11:11')/ipv6/tcp-->'eth_src=12:11:11:11:11:11,actions=mod_dl_src:aa:aa:aa:aa:aa:aa,output:2'",
+        "prerequisite": [
+            {
+                "OFPFlowMod": {
+                    "actions": [
+                        {
+                            "OFPActionSetDlSrc": {
+                                "dl_addr": "aa:aa:aa:aa:aa:aa"
+                            }
+                        },
+                        {
+                            "OFPActionOutput": {
+                                "port": 2
+                            }
+                        }
+                    ],
+                    "command": 0,
+                    "cookie": 0,
+                    "match": {
+                        "OFPMatch": {
+                            "dl_src": "12:11:11:11:11:11"
+                        }
+                    }
+                }
+            }
+        ],
+        "tests": [
+            {
+                "ingress": [
+                    "ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34525)",
+                    "ipv6(dst='20::20', flow_label=100, src='10::10', nxt=6, hop_limit=64, traffic_class=32)",
+                    "tcp(dst_port=2222, option=bytes(b'\\x00' * 4), src_port=11111)",
+                    "b'\\x01\\x02\\x03\\x04\\x05\\x06\\x07\\x08\\t\\n\\x0b\\x0c\\r\\x0e\\x0f\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f'"
+                ],
+                "egress": [
+                    "ethernet(dst='22:22:22:22:22:22', src='aa:aa:aa:aa:aa:aa', ethertype=34525)",
+                    "ipv6(dst='20::20', flow_label=100, src='10::10', nxt=6, hop_limit=64, traffic_class=32)",
+                    "tcp(dst_port=2222, option=bytes(b'\\x00' * 4), src_port=11111)",
+                    "b'\\x01\\x02\\x03\\x04\\x05\\x06\\x07\\x08\\t\\n\\x0b\\x0c\\r\\x0e\\x0f\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f'"
+                ]
+            }
+        ]
+    },
+    {
+        "description": "ethernet(src='12:11:11:11:11:11')/arp-->'eth_src=12:11:11:11:11:11,actions=mod_dl_src:aa:aa:aa:aa:aa:aa,output:2'",
+        "prerequisite": [
+            {
+                "OFPFlowMod": {
+                    "actions": [
+                        {
+                            "OFPActionSetDlSrc": {
+                                "dl_addr": "aa:aa:aa:aa:aa:aa"
+                            }
+                        },
+                        {
+                            "OFPActionOutput": {
+                                "port": 2
+                            }
+                        }
+                    ],
+                    "command": 0,
+                    "cookie": 0,
+                    "match": {
+                        "OFPMatch": {
+                            "dl_src": "12:11:11:11:11:11"
+                        }
+                    }
+                }
+            }
+        ],
+        "tests": [
+            {
+                "ingress": [
+                    "ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
+                    "arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
+                    "bytes(b'\\x00' * (60 - 42))"
+                ],
+                "egress": [
+                    "ethernet(dst='22:22:22:22:22:22', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
+                    "arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
+                    "bytes(b'\\x00' * (60 - 42))"
+                ]
+            }
+        ]
+    }
+]