Post drive details for skipped devices
This commit is contained in:
parent
08768424f0
commit
7b57329dee
1 changed files with 0 additions and 3 deletions
|
|
@ -510,9 +510,6 @@ def post_drive_results(ticket_number):
|
||||||
dev_failed |= status == 'NS'
|
dev_failed |= status == 'NS'
|
||||||
dev_passed &= status == 'CS'
|
dev_passed &= status == 'CS'
|
||||||
dev_unknown |= status in ('Working', 'Unknown')
|
dev_unknown |= status in ('Working', 'Unknown')
|
||||||
if not dev_failed and not dev_passed and not dev_unknown:
|
|
||||||
# Assuming drive was skipped so no reply is needed
|
|
||||||
continue
|
|
||||||
|
|
||||||
# Start drive report
|
# Start drive report
|
||||||
if dev_failed:
|
if dev_failed:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue