Adding upstream version 2.11.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6f96c7c854
commit
65508f0a28
533 changed files with 9033 additions and 4835 deletions
|
@ -85,5 +85,5 @@ class TestNVMeSmartLogCmd(TestNVMe):
|
|||
""" Testcase main """
|
||||
self.assertEqual(self.get_smart_log_ctrl(), 0)
|
||||
smlp = self.supp_check_id_ctrl("lpa")
|
||||
if smlp & 0x1 == True:
|
||||
if smlp & 0x1:
|
||||
self.assertEqual(self.get_smart_log_all_ns(), 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue