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

Han Zhou zhouhan at gmail.com
Sun Oct 2 18:43:43 UTC 2016


This change should belong to the 1/3 patch. Each individual patch should be
complete and independent to future patches.

On Sat, Oct 1, 2016 at 4:34 PM, Darrell Ball <dlu998 at gmail.com> wrote:

> 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
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>



More information about the dev mailing list