X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=521dc85a50a09d7f75928c7441ecc57c72198837;hp=c3ae827bda79a03dc0a3a5a3effb07d0a325858e;hb=eede31251e5d3ccdfa74366dddc10f8d8b2b54cd;hpb=3e5faa441266cd8dc2ee54ae140ad0129b4affa0 diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index c3ae827..521dc85 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -15778,7 +15778,8 @@ obdecho_test() { test_180a() { [ $PARALLEL == "yes" ] && skip "skip parallel run" - if ! module_loaded obdecho; then + if ! [ -d /sys/fs/lustre/echo_client ] && + ! module_loaded obdecho; then load_module obdecho/obdecho && stack_trap "rmmod obdecho" EXIT || error "unable to load obdecho on client"