rally/rally/cli
Xing Zhang e1ad05c781 Make config parser case sensitivity in configure-verifier
Options in config file should be case sensitive, some projects
like octavia-tempest-plugin can't set some value as expected:
[load_balancer]
RBAC_test_type = owner_or_admin

Use `conf.optionxform = str` to prevent case transformation[1].

[1] https://docs.python.org/3/library/configparser.html

Change-Id: I34d85b835aaa7a3737577b75ec9e6f2b02f90ead
Closes-Bug: #1877930
2020-05-12 09:57:38 +00:00
..
commands Make config parser case sensitivity in configure-verifier 2020-05-12 09:57:38 +00:00
__init__.py Rename rally.cmd to rally.cli 2015-05-21 18:14:19 +03:00
cliutils.py [py3] Remove future imports 2020-03-22 22:55:26 +02:00
envutils.py Deprecate rally.common.yamlutils and rally.common.fileutils 2020-03-22 00:44:08 +02:00
main.py [py3] Remove future imports 2020-03-22 22:55:26 +02:00
task_results_loader.py Move task results loader helper to a separate module 2020-03-22 20:28:01 +02:00
yamlutils.py Deprecate rally.common.yamlutils and rally.common.fileutils 2020-03-22 00:44:08 +02:00