[Tests] Fix: Accept uppercase calibration type
1 unresolved thread
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.
Rebased onto fix/lpd-dark-daemon-children
and will run the test with the same failed variables' values.