1
0
Fork 0

Merging upstream version 2.12.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-20 08:10:44 +01:00
parent 078c0dbcc0
commit 635faa7346
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
571 changed files with 10718 additions and 2738 deletions

View file

@ -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):
"""