From c8362ff1eecb104217f53db2a76198e5701379ba Mon Sep 17 00:00:00 2001 From: Tomas Slusny Date: Thu, 13 Jul 2017 12:21:09 +0200 Subject: [PATCH] Change mask of OpenFlow flow 8 xml 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 --- csit/variables/xmls/f8.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csit/variables/xmls/f8.xml b/csit/variables/xmls/f8.xml index d378b4a7f9..bd8150a81c 100644 --- a/csit/variables/xmls/f8.xml +++ b/csit/variables/xmls/f8.xml @@ -24,8 +24,8 @@
ff:ff:29:01:19:61
-
00:00:00:11:23:ae
- ff:ff:ff:ff:ff:ff +
00:00:00:11:23:00
+ ff:ff:ff:ff:ff:00
17.0.0.0/8 -- 2.36.6