Update post_drive_results() to use new I/O Status
This commit is contained in:
parent
91b7149f93
commit
dc8f48a6b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue