Commit e956dde2 authored by Jim Harris's avatar Jim Harris
Browse files

test/bdev: move nbd_common.sh to main bdev test director



This allows us to remove the test/lib/bdev/nbd directory.

Signed-off-by: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: I3941b68c9c36a0e934acf2a0570e69c4d9dba722

Reviewed-on: https://review.gerrithub.io/399762


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent b119facb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ function run_fio()
}

source $rootdir/scripts/autotest_common.sh
source $testdir/nbd/nbd_common.sh
source $testdir/nbd_common.sh

function nbd_function_test() {
	if [ $(uname -s) = Linux ] && modprobe -n nbd; then

test/lib/bdev/nbd/.gitignore

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
nbd