This commit is contained in:
2Shirt 2019-01-07 12:20:48 -07:00
parent 0fcfc4b5ac
commit 014da1b224
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -277,6 +277,8 @@ class DiskObj():
if not self.nvme_attributes and self.smart_attributes:
# Re-enable for SMART short-tests
self.tests['NVMe / SMART'].disabled = False
else:
self.tests['NVMe / SMART'].failed = True
print_standard(' ')
def disable_test(self, name, status):