mbox series

[net-next,0/4] selftests: fib rule: Small internal and test output improvments

Message ID cover.1643643083.git.gnault@redhat.com (mailing list archive)
Headers show
Series selftests: fib rule: Small internal and test output improvments | expand

Message

Guillaume Nault Jan. 31, 2022, 3:41 p.m. UTC
The first half of these patch set improves the code logic and has no
user visible effect. The second half improves the script output, to
make it clearer and nicer to read.

Guillaume Nault (4):
  selftests: fib rule: Make 'getmatch' and 'match' local variables
  selftests: fib rule: Drop erroneous TABLE variable
  selftests: fib rule: Log test description
  selftests: fib rule: Don't echo modified sysctls

 tools/testing/selftests/net/fib_rule_tests.sh | 26 ++++++++++++-------
 1 file changed, 17 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 1, 2022, 2:20 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Mon, 31 Jan 2022 16:41:54 +0100 you wrote:
> The first half of these patch set improves the code logic and has no
> user visible effect. The second half improves the script output, to
> make it clearer and nicer to read.
> 
> Guillaume Nault (4):
>   selftests: fib rule: Make 'getmatch' and 'match' local variables
>   selftests: fib rule: Drop erroneous TABLE variable
>   selftests: fib rule: Log test description
>   selftests: fib rule: Don't echo modified sysctls
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] selftests: fib rule: Make 'getmatch' and 'match' local variables
    https://git.kernel.org/netdev/net-next/c/8af2ba9a7811
  - [net-next,2/4] selftests: fib rule: Drop erroneous TABLE variable
    https://git.kernel.org/netdev/net-next/c/2e2521136327
  - [net-next,3/4] selftests: fib rule: Log test description
    https://git.kernel.org/netdev/net-next/c/21f25cd43672
  - [net-next,4/4] selftests: fib rule: Don't echo modified sysctls
    https://git.kernel.org/netdev/net-next/c/9f397dd5f155

You are awesome, thank you!