Step 2: Move test folder to root
[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
deleted file mode 100644 (file)
index 968aede..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<flow xmlns="urn:opendaylight:flow:inventory">
-    <strict>false</strict>
-    <flow-name>set-field-ip-dscp</flow-name>
-    <id>336</id>
-    <cookie_mask>255</cookie_mask>
-    <cookie>101</cookie>
-    <table_id>2</table_id>
-    <priority>213</priority>
-    <installHw>false</installHw>
-    <instructions>
-        <instruction>
-            <order>0</order>
-            <apply-actions>
-                <action>
-                    <order>0</order>
-                    <set-field>
-                   <ip-match>
-                       <ip-dscp>8</ip-dscp>
-                   </ip-match>
-                    </set-field>
-                </action>
-            </apply-actions>
-        </instruction>
-    </instructions>
-    <match>
-        <ethernet-match>
-            <ethernet-type>
-                <type>2048</type>
-            </ethernet-type>
-        </ethernet-match>
-        <ipv4-source>10.1.2.3/24</ipv4-source>
-        <ipv4-destination>20.4.5.6/16</ipv4-destination>
-               <ip-match>
-            <ip-protocol>56</ip-protocol>
-            <ip-dscp>60</ip-dscp> 
-           <ip-ecn>1</ip-ecn>
-        </ip-match>
-    </match>
-</flow>
\ No newline at end of file