parent
0e4ee42f28
commit
487bfba2e5
1 changed files with 17 additions and 16 deletions
|
|
@ -1614,6 +1614,7 @@ def ost_update_checkboxes(state):
|
||||||
state.ost.set_flag_passed('CPU')
|
state.ost.set_flag_passed('CPU')
|
||||||
|
|
||||||
# Check results for all disks
|
# Check results for all disks
|
||||||
|
if state.disks:
|
||||||
all_disks_passed = True
|
all_disks_passed = True
|
||||||
for disk in state.disks:
|
for disk in state.disks:
|
||||||
if disk.any_test_failed():
|
if disk.any_test_failed():
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue