Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

NTB: ntb_test: modprobe on remote host

Signed-off-by: Allen Hubbe <Allen.Hubbe@dell.com>
Acked-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>

authored by

Allen Hubbe and committed by
Jon Mason
c2d42edb 6f7da290

+4
+4
tools/testing/selftests/ntb/ntb_test.sh
··· 85 85 function _modprobe() 86 86 { 87 87 modprobe "$@" 88 + 89 + if [[ "$REMOTE_HOST" != "" ]]; then 90 + ssh "$REMOTE_HOST" modprobe "$@" 91 + fi 88 92 } 89 93 90 94 function split_remote()