[ovs-dev] [PATCH] ovn: Fix typos in "ovn -- Address Set generation..." test.

Simon Horman simon.horman at netronome.com
Wed Aug 1 09:56:09 UTC 2018


On Tue, Jul 31, 2018 at 12:45:41PM -0700, Ben Pfaff wrote:
> These caused the test to fail.
> 
> CC: Jakub Sitnicki <jkbs at redhat.com>
> Fixes: 984c7d5ea8fe ("ovn-northd: Propagate dynamic addresses to port group address sets.")
> Signed-off-by: Ben Pfaff <blp at ovn.org>
> ---
>  tests/ovn.at | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/ovn.at b/tests/ovn.at
> index 17c740aa2352..1b25b6e4d6b9 100644
> --- a/tests/ovn.at
> +++ b/tests/ovn.at
> @@ -10361,10 +10361,10 @@ ovn-nbctl set Logical_Switch ls1 \
>  
>  dnl Check if updated address got propagated to the port group address sets
>  AT_CHECK([ovn-sbctl get Address_Set pg1_ip4 addresses],
> -         [0], [[["10.11.0.2", "10.2.0.2"]]
> +         [0], [[["10.1.0.2", "10.2.0.2"]]
>  ])
>  AT_CHECK([ovn-sbctl get Address_Set pg1_ip6 addresses],
> -         [0], [[["2001:db8:11::ff:fe00:1", "2001:db8:2::ff:fe00:2"]]
> +         [0], [[["2001:db8:1::ff:fe00:1", "2001:db8:2::ff:fe00:2"]]
>  ])
>  
>  AT_CLEANUP

Reviewed-by: Simon Horman <simon.horman at netronome.com>
Tested-by: Simon Horman <simon.horman at netronome.com>


More information about the dev mailing list