Adding XML files for OpenFlowplugin Test
[integration/test.git] / test / csit / variables / xmls / f213.xml
diff --git a/test/csit/variables/xmls/f213.xml b/test/csit/variables/xmls/f213.xml
new file mode 100644 (file)
index 0000000..a632f3b
--- /dev/null
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>\r
+<flow xmlns="urn:opendaylight:flow:inventory">\r
+    <strict>false</strict>\r
+    <flow-name>set-field-ip-dscp</flow-name>\r
+    <id>256</id>\r
+    <cookie_mask>255</cookie_mask>\r
+    <cookie>101</cookie>\r
+    <table_id>2</table_id>\r
+    <priority>2</priority>\r
+    <hard-timeout>1200</hard-timeout>\r
+    <idle-timeout>3400</idle-timeout>\r
+    <installHw>false</installHw>\r
+    <instructions>\r
+        <instruction>\r
+            <order>0</order>\r
+            <apply-actions>\r
+                <action>\r
+                    <order>0</order>\r
+                    <set-field>\r
+                   <ip-match>\r
+                       <ip-dscp>8</ip-dscp>\r
+                   </ip-match>\r
+                    </set-field>\r
+                </actin>\r
+            </apply-actions>\r
+        </instruction>\r
+    </instructions>\r
+    <match>\r
+        <ethernet-match>\r
+            <ethernet-type>\r
+                <type>2048</type>\r
+            </ethernet-type>\r
+        </ethernet-match>\r
+        <ipv4-source>10.1.2.3/24</ipv4-source>\r
+        <ipv4-destination>20.4.5.6/16</ipv4-destination>\r
+               <ip-match>\r
+            <ip-protocol>56</ip-protocol>\r
+            <ip-dscp>60</ip-dscp> \r
+           <ip-ecn>1</ip-ecn>\r
+        </ip-match>\r
+    </match>\r
+</flow>\r