[Tests] Fix: Accept uppercase calibration type
1 unresolved thread
1 unresolved thread
Description
Triggering this pipeline failed because I gave an uppercase value for the CALIBRATION variable. This led to and error: __main__.py: error: argument --calibration: invalid choice: 'DARK' (choose from 'correct', 'dark', 'all')
.
I have added this fix to accept uppercase values and compare it against the lowercase choices.
How Has This Been Tested?
Rebased onto fix/lpd-dark-daemon-children
and will run the test with the same failed variables' values.
Relevant Documents (optional)
Types of changes
- Bug fix (non-breaking change which fixes an issue)
Checklist:
Reviewers
Edited by Karim Ahmed
Merge request reports
Activity
Filter activity
added Testing label
assigned to @ahmedk
mentioned in commit 58b4d429
changed milestone to %3.11.1
removed Testing label
Please register or sign in to reply