Skip to content

Commit

Permalink
ipsec_lib: make tst_net_run "tst_check_driver" quiet
Browse files Browse the repository at this point in the history
Make tst_net_run quiet when using tst_check_drivers to avoid wrong TWARN message

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Acked-by: Alexey Kodanev <alexey.kodanev@oracle.com>
  • Loading branch information
kmaincent authored and akodanev committed Dec 21, 2020
1 parent 734d631 commit b7ca00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/network/stress/ipsec/ipsec_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ipsec_lib_setup()
ALGR=

if [ -n "$IPSEC_MODE" ]; then
tst_net_run "tst_check_drivers xfrm_user" || \
tst_net_run -q "tst_check_drivers xfrm_user" || \
tst_brk TCONF "xfrm_user driver not available on lhost or rhost"
cleanup_xfrm=1
fi
Expand Down

0 comments on commit b7ca00a

Please sign in to comment.