Skip to content

Commit

Permalink
nvme/028: drop unused nvmedev
Browse files Browse the repository at this point in the history
Nothing uses nvmedev, so just remove it.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
  • Loading branch information
igaw authored and kawasaki committed Mar 29, 2024
1 parent e55c4e0 commit 7ad75dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/nvme/028
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,10 @@ test() {

_setup_nvmet

local nvmedev

_nvmet_target_setup --blkdev file

_nvme_connect_subsys

nvmedev=$(_find_nvme_dev "${def_subsysnqn}")
_check_uuid "${nvmedev}"

if ! nvme list-subsys 2>> "$FULL" | grep -q "${nvme_trtype}"; then
echo "ERROR: list-subsys"
fi
Expand Down

0 comments on commit 7ad75dd

Please sign in to comment.