[PATCH net-next internal] selftests: forwarding: Allow running specific tests

Petr Machata petrm at mellanox.com
Tue Apr 24 21:04:01 AEST 2018


Ido Schimmel <idosch at mellanox.com> writes:

> How about the below?
>
> @@ -113,6 +113,10 @@ gact_trap_test()
>  {
>  	RET=0
>  
> +	if [[ "$tcflags" != "skip_sw" ]]; then
> +		return 0;
> +	fi
> +

If "tcflags" is not intended for more general flags, then this is OK.
I just wasn't sure.

Petr


More information about the Linux-mlxsw mailing list