Adding upstream version 2.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
65508f0a28
commit
c0fbec1eb4
571 changed files with 10718 additions and 2738 deletions
|
@ -53,8 +53,8 @@ class TestNVMeFlushCmd(TestNVMe):
|
|||
- Returns:
|
||||
- None
|
||||
"""
|
||||
flush_cmd = "nvme flush " + self.ctrl + " -n " + str(self.default_nsid)
|
||||
print(flush_cmd)
|
||||
flush_cmd = f"{self.nvme_bin} flush {self.ctrl} " + \
|
||||
f"--namespace-id={str(self.default_nsid)}"
|
||||
return self.exec_cmd(flush_cmd)
|
||||
|
||||
def test_nvme_flush(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue