Change mask of OpenFlow flow 8 xml 80/60280/4
authorTomas Slusny <tomas.slusny@pantheon.tech>
Thu, 13 Jul 2017 10:21:09 +0000 (12:21 +0200)
committerTomas Slusny <tomas.slusny@pantheon.tech>
Fri, 14 Jul 2017 07:27:48 +0000 (09:27 +0200)
As OVS treats ff:ff:ff:ff:ff:ff as no mask, when OpenFlowPlugin gets
statistics from OVS it do not receive any mask and then comparison
checks in CSIT tests are failing due to this, but it is correct
behaviour.

Change-Id: I7ec105047d1b80090b13caba4c93cc1df6af5d0d
Signed-off-by: Tomas Slusny <tomas.slusny@pantheon.tech>
csit/variables/xmls/f8.xml

index d378b4a7f9bcb51679f513e18be28042e6651383..bd8150a81cc064555505953e146a758d856b8287 100644 (file)
@@ -24,8 +24,8 @@
                 <address>ff:ff:29:01:19:61</address>
             </ethernet-destination>
             <ethernet-source>
-               <address>00:00:00:11:23:ae</address>
-               <mask>ff:ff:ff:ff:ff:ff</mask>
+                <address>00:00:00:11:23:00</address>
+                <mask>ff:ff:ff:ff:ff:00</mask>
             </ethernet-source>
         </ethernet-match>
         <ipv4-source>17.0.0.0/8</ipv4-source>