diff --git a/test/bdev/blockdev.sh b/test/bdev/blockdev.sh index 7e7297cc2..4639b6700 100755 --- a/test/bdev/blockdev.sh +++ b/test/bdev/blockdev.sh @@ -262,12 +262,7 @@ $rootdir/scripts/gen_nvme.sh >> $testdir/bdev_gpt.conf # End bdev configuration #----------------------------------------------------- -if [ $RUN_NIGHTLY -eq 1 ]; then - if grep -q Nvme0 $testdir/bdev.conf; then - run_test "case" "bdev_hello_world" $rootdir/examples/bdev/hello_world/hello_bdev -c $testdir/bdev.conf -b Nvme0n1p1 - fi -fi - +run_test "case" "bdev_hello_world" $rootdir/examples/bdev/hello_world/hello_bdev -c $testdir/bdev.conf -b Malloc0 run_test "case" "bdev_bounds" bdev_bounds run_test "case" "bdev_nbd" nbd_function_test $testdir/bdev.conf "$bdevs_name" if [ -d /usr/src/fio ]; then