Merging upstream version 2.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
078c0dbcc0
commit
635faa7346
571 changed files with 10718 additions and 2738 deletions
|
@ -29,8 +29,6 @@ NVMe Namespace Management Testcase:-
|
|||
5. Delete Namespace.
|
||||
"""
|
||||
|
||||
import time
|
||||
|
||||
from nvme_test import TestNVMe
|
||||
|
||||
|
||||
|
@ -59,7 +57,6 @@ class TestNVMeAttachDetachNSCmd(TestNVMe):
|
|||
self.setup_log_dir(self.__class__.__name__)
|
||||
self.ctrl_id = self.get_ctrl_id()
|
||||
self.delete_all_ns()
|
||||
time.sleep(1)
|
||||
|
||||
def tearDown(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue