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:
Jim Harris 2018-02-13 10:01:21 -07:00
parent b119facb65
commit e956dde2db
3 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1 +0,0 @@
nbd