rally-openstack/tests/functional
Xing Zhang 7b5bb0b436
Make config parser case sensitivity in rally-openstack
rally verify start will convert config options to lowercase
by using configparser, which cannot set the right config
for oslo.config.

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: I553c962d40ab73e50c1e3f5b229ab553c17fda55
Closes-Bug: #1881456
2020-05-31 19:02:46 +08:00
..
extra/fake_dir Restruct the project 2020-03-27 19:06:13 +02:00
__init__.py Display proper missing argument name 2014-10-13 20:48:13 +03:00
test_certification_task.py Add functional tests for env check 2018-08-30 12:56:14 +03:00
test_cli_deployment.py Switch to latest Rally release 2019-05-17 12:10:33 -07:00
test_cli_env.py Add python3 functional gate 2019-07-29 13:12:11 +00:00
test_cli_task.py [api versions]Support to specify api versions in the spec of env 2018-08-31 14:05:27 +08:00
test_task_samples.py Remove usage of get_credentials_for method 2020-04-22 16:31:51 +03:00
utils.py Make config parser case sensitivity in rally-openstack 2020-05-31 19:02:46 +08:00