Miro Tomaska
6c381d8e20
Fix passing
section
argument into the set_service_setting
`_set_rate_limiting_config` was attempting to pass `section` value by position but its position was off and the `service` argument was getting passed instead. This caused bad formatting in the crudini command and subsequent .conf file. This can be see in the tempest log [1] To prevent this from happening in the future. I am passing arguments by their names. I also put the metada_rate_limiting string literal into a constant to keep the code DRY. [1] https://paste.opendev.org/show/btVjyzKuNaiI8UC1NC9M/ Related: https://issues.redhat.com/browse/OSPRH-9569 Change-Id: Ic73def44d03fb28b5975c1d96a471e0463d01740
Whitebox Neutron Tempest Plugin
Tempest plugin with openstack-k8s-operators oriented whitebox tests for Neutron project.
- Free software: Apache license
- Source: https://opendev.org/x/whitebox-neutron-tempest-plugin
Description
Tempest plugin with whitebox Neutron related tests useful for the Tripleo based deployments.
Languages
Python
99.5%
Shell
0.5%