kernel/tools/testing/selftests/net/mptcp/mptcp_connect.sh
.. .. @@ -1,6 +1,8 @@ 1 1 #!/bin/bash 2 2 # SPDX-License-Identifier: GPL-2.0 3 3 4 +. "$(dirname "${0}")/mptcp_lib.sh"5 +4 6 time_start=$(date +%s) 5 7 6 8 optstring="S:R:d:e:l:r:h4cm:f:t" .. .. @@ -131,6 +133,8 @@ 131 133 done 132 134 } 133 135 136 +mptcp_lib_check_mptcp137 +134 138 ip -Version > /dev/null 2>&1 135 139 if [ $? -ne 0 ];then 136 140 echo "SKIP: Could not run test without ip tool"