[ovs-dev] [PATCH 2/3] Enable some existing OVN BUM tests

Darrell Ball dlu998 at gmail.com
Sat Feb 13 01:12:52 UTC 2016


Signed-off-by: Darrell Ball <dball at vmware.com>
---
 tests/ovn.at | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/tests/ovn.at b/tests/ovn.at
index e00674d..a60ab56 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -870,10 +870,8 @@ for s in 1 2 3; do
     done
 
     # Broadcast and multicast.
-    # xxx ovn-controller-vtep doesn't handle multicast traffic that is
-    # xxx sourced from the gateway properly.
-    #test_packet $s ffffffffffff f0000000000$s 0${s}ff $bcast             #2
-    #test_packet $s 010000000000 f0000000000$s 0${s}ff $bcast             #2
+    test_packet $s ffffffffffff f0000000000$s 0${s}ff $bcast             #2
+    test_packet $s 010000000000 f0000000000$s 0${s}ff $bcast             #2
 
     test_packet $s f0000000ffff f0000000000$s 0${s}66 $unknown           #3
 done
-- 
1.9.1




More information about the dev mailing list