Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI: Support lower-case test argument passing
isotovideo from os-autoinst already automatically transforms lower-case test parameter command line arguments into upper-case test arguments. openQA so far only checked the validity of upper-case parameters in a regex. Instead we can just support supplied lower-ase test parameter command line arguments as well by just ensuring all arguments are upper-cased.
- Loading branch information