Update post_drive_results() to use new I/O Status

This commit is contained in:
2Shirt 2018-09-28 13:32:48 -06:00
parent 91b7149f93
commit dc8f48a6b4
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -596,7 +596,7 @@ def post_drive_results(ticket_number):
# I/O Benchmark
io_status = TESTS['iobenchmark']['Status'].get(name, None)
if TESTS['iobenchmark']['Enabled'] and io_status not in ['Denied', 'Skipped']:
if TESTS['iobenchmark']['Enabled'] and io_status not in ['Denied', 'ERROR', 'Skipped']:
one_line_graph = generate_horizontal_graph(
rates=TESTS['iobenchmark']['Data'][name]['Merged Rates'],
oneline=True)