[ovs-dev] [patch_v2 3/3] ovn: Adjust test for lack of arp responder.

Darrell Ball dlu998 at gmail.com
Sat Oct 1 23:34:54 UTC 2016


If arp responders are unnecessay for logical switch
"router type" ports. then an adjustment is necessary
for a test.

Signed-off-by: Darrell Ball <dlu998 at gmail.com>
---
 tests/ovn.at | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/ovn.at b/tests/ovn.at
index f40940f..aff1a39 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -2208,9 +2208,7 @@ test_arp() {
     local j k
     for j in 1 2 3; do
         for k in 1 2 3; do
-            # 192.168.33.254 is configured to the switch patch port for lrp33,
-            # so no ARP flooding expected for it.
-            if test $i$j$k != $inport && test $tpa != `ip_to_hex 192 168 33 254`; then
+            if test $i$j$k != $inport; then
                 echo $request >> $i$j$k.expected
             fi
         done
-- 
1.9.1




More information about the dev mailing list