parent
1795833334
commit
598dc8020d
1 changed files with 1 additions and 1 deletions
|
|
@ -603,7 +603,7 @@ def post_drive_results(ticket_number):
|
||||||
report.append('')
|
report.append('')
|
||||||
|
|
||||||
# SMART Short test result
|
# SMART Short test result
|
||||||
if TESTS['NVMe/SMART']['Short Test'][name]:
|
if TESTS['NVMe/SMART']['Short Test'].get(name, False):
|
||||||
report.append('SMART short test result: {}'.format(
|
report.append('SMART short test result: {}'.format(
|
||||||
TESTS['NVMe/SMART']['Short Test'][name]))
|
TESTS['NVMe/SMART']['Short Test'][name]))
|
||||||
report.append('')
|
report.append('')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue