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: Jim Harris <james.r.harris@intel.com> Change-Id: I3941b68c9c36a0e934acf2a0570e69c4d9dba722 Reviewed-on: https://review.gerrithub.io/399762 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
b119facb65
commit
e956dde2db
@ -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
|
||||
|
1
test/lib/bdev/nbd/.gitignore
vendored
1
test/lib/bdev/nbd/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nbd
|
Loading…
Reference in New Issue
Block a user