Re: [PATCH nft 3/6] tests: redirect: fix tests for upcoming nft-test.py fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Mar 31, 2018 at 06:15:47PM +0200, Florian Westphal wrote:
> nft-test.py currently fails to properly compare tests involving a set,
> after that bug is fixed these lines would fail, so fix this up before.
> 
> Signed-off-by: Florian Westphal <fw@xxxxxxxxx>
> ---
>  tests/py/ip/masquerade.t            | 2 +-
>  tests/py/ip/redirect.t              | 4 ++--
>  tests/py/ip/redirect.t.payload      | 2 +-
>  tests/py/ip6/masquerade.t           | 2 +-
>  tests/py/ip6/redirect.t             | 4 ++--
>  tests/py/ip6/redirect.t.payload.ip6 | 2 +-
>  6 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/tests/py/ip/masquerade.t b/tests/py/ip/masquerade.t
> index 26c3704316ae..41f0e98aa6fb 100644
> --- a/tests/py/ip/masquerade.t
> +++ b/tests/py/ip/masquerade.t
> @@ -27,4 +27,4 @@ ip saddr 10.1.1.1 masquerade drop;fail
>  # masquerade with sets
>  tcp dport { 1,2,3,4,5,6,7,8,101,202,303,1001,2002,3003} masquerade;ok
>  ip daddr 10.0.0.0-10.2.3.4 udp dport 53 counter masquerade;ok
> -iifname eth0 ct state new,established tcp dport vmap {22 : drop, 222 : drop } masquerade;ok
> +iifname eth0 ct state new,established tcp dport vmap {22 : drop, 222 : drop } masquerade;ok;iifname "eth0" ct state established,new tcp dport vmap {22 : drop, 222 : drop } masquerade

It would be good if before you push this, you remove the assymetry.

I mean, in general, these assymetries in printing should only be used
to catch things that we have no other choice. In this case I think
it's just the ct state ordering in flags.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux