diff options
author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2023-05-18 06:37:59 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-05-19 09:52:11 +0200 |
commit | d226b1df361988f885c298737d6019c863a25f26 (patch) | |
tree | 863e61604b4456ea032c39122e2778f7096302d8 /net/smc | |
parent | net/mlx5e: do as little as possible in napi poll when budget is 0 (diff) | |
download | linux-d226b1df361988f885c298737d6019c863a25f26.tar.xz linux-d226b1df361988f885c298737d6019c863a25f26.zip |
selftests: fib_tests: mute cleanup error message
In the end of the test, there will be an error message induced by the
`ip netns del ns1` command in cleanup()
Tests passed: 201
Tests failed: 0
Cannot remove namespace file "/run/netns/ns1": No such file or directory
This can even be reproduced with just `./fib_tests.sh -h` as we're
calling cleanup() on exit.
Redirect the error message to /dev/null to mute it.
V2: Update commit message and fixes tag.
V3: resubmit due to missing netdev ML in V2
Fixes: b60417a9f2b8 ("selftest: fib_tests: Always cleanup before exit")
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/smc')
0 files changed, 0 insertions, 0 deletions