@@ -2,11 +2,11 @@
# SPDX-License-Identifier: GPL-2.0+
# Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
#
-# Test NVMe list command on NVMeOF with a file-backed ns.
+# Test NVMe list command.
. tests/nvme/rc
-DESCRIPTION="test NVMe list command on NVMeOF file-backed ns"
+DESCRIPTION="test NVMe list command"
QUICK=1
requires() {
@@ -22,7 +22,7 @@ test() {
local ns
- _nvmet_target_setup --blkdev file
+ _nvmet_target_setup
_nvme_connect_subsys
@@ -2,11 +2,11 @@
# SPDX-License-Identifier: GPL-2.0+
# Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
#
-# Test NVMe reset command on NVMeOF with a file-backed ns.
+# Test NVMe reset command.
. tests/nvme/rc
-DESCRIPTION="test NVMe reset command on NVMeOF file-backed ns"
+DESCRIPTION="test NVMe reset command"
QUICK=1
requires() {
@@ -22,7 +22,7 @@ test() {
local nvmedev
- _nvmet_target_setup --blkdev file
+ _nvmet_target_setup
_nvme_connect_subsys
@@ -2,11 +2,11 @@
# SPDX-License-Identifier: GPL-2.0+
# Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
#
-# Test NVMe effects-log command on NVMeOF with a file-backed ns.
+# Test NVMe effects-log command.
. tests/nvme/rc
-DESCRIPTION="test NVMe effects-log command on NVMeOF file-backed ns"
+DESCRIPTION="test NVMe effects-log"
QUICK=1
requires() {
@@ -22,7 +22,7 @@ test() {
local ns
- _nvmet_target_setup --blkdev file
+ _nvmet_target_setup
_nvme_connect_subsys
@@ -2,11 +2,11 @@
# SPDX-License-Identifier: GPL-2.0+
# Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
#
-# Test NVMe ns-descs command on NVMeOF with a file-backed ns.
+# Test NVMe ns-descs command.
. tests/nvme/rc
-DESCRIPTION="test NVMe ns-descs command on NVMeOF file-backed ns"
+DESCRIPTION="test NVMe ns-descs"
QUICK=1
requires() {
@@ -22,7 +22,7 @@ test() {
local ns
- _nvmet_target_setup --blkdev file
+ _nvmet_target_setup
_nvme_connect_subsys
@@ -2,11 +2,11 @@
# SPDX-License-Identifier: GPL-2.0+
# Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
#
-# Test NVMe ns-rescan command on NVMeOF with a file-backed ns.
+# Test NVMe ns-rescan command.
. tests/nvme/rc
-DESCRIPTION="test NVMe ns-rescan command on NVMeOF file-backed ns"
+DESCRIPTION="test NVMe ns-rescan command"
QUICK=1
requires() {
@@ -22,7 +22,7 @@ test() {
local nvmedev
- _nvmet_target_setup --blkdev file
+ _nvmet_target_setup
_nvme_connect_subsys
@@ -2,11 +2,11 @@
# SPDX-License-Identifier: GPL-2.0+
# Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
#
-# Test NVMe list-subsys command on NVMeOF with a file-backed ns.
+# Test NVMe list-subsys command.
. tests/nvme/rc
-DESCRIPTION="test NVMe list-subsys command on NVMeOF file-backed ns"
+DESCRIPTION="test NVMe list-subsys"
QUICK=1
requires() {
@@ -20,7 +20,7 @@ test() {
_setup_nvmet
- _nvmet_target_setup --blkdev file
+ _nvmet_target_setup
_nvme_connect_subsys
There is no need to hardcode the target blkdev type. This allows the user to select different blkdev types via the nvmet_blkdev_type environment variable. Signed-off-by: Daniel Wagner <dwagner@suse.de> --- tests/nvme/021 | 6 +++--- tests/nvme/022 | 6 +++--- tests/nvme/025 | 6 +++--- tests/nvme/026 | 6 +++--- tests/nvme/027 | 6 +++--- tests/nvme/028 | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-)