|
|
|
@ -9,6 +9,9 @@ KVERSION=${KVERSION-$(uname -r)}
@@ -9,6 +9,9 @@ KVERSION=${KVERSION-$(uname -r)}
|
|
|
|
|
#SERIAL="tcp:127.0.0.1:9999" |
|
|
|
|
|
|
|
|
|
test_check() { |
|
|
|
|
# NBD is still too flaky and hangs hard sometimes |
|
|
|
|
return 1 |
|
|
|
|
|
|
|
|
|
if ! type -p nbd-server 2>/dev/null; then |
|
|
|
|
echo "Test needs nbd-server... Skipping" |
|
|
|
|
return 1 |
|
|
|
|