Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions tests/nvme_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,11 +392,6 @@ def create_and_validate_ns(self, nsid, nsze, ncap, flbas, dps):
err = subprocess.call(id_ns_cmd,
shell=True,
stdout=subprocess.DEVNULL)
if err == 0:
# enumerate new namespace block device
self.nvme_reset_ctrl()
# check if new namespace block device exists
err = 0 if stat.S_ISBLK(os.stat(self.ctrl + "n" + str(nsid)).st_mode) else 1
return err

def attach_ns(self, ctrl_id, nsid):
Expand Down