
The check_service_setting() function was checking files starting from defaults and was returning True if match was found there. On podified environments the file with defaults usually remains unchanged and all overrides are pushed to a file with overrides that alphabetically goes after the file with defaults. So in case a default value of a parameter is True and in overrides it was False, than the False was ignored. This patch changes the order of searching config values to this: - first check in file with overrides, if needed parameter found check it's value against a desired value and return True if match or False/skipTest if not match. - only if parameter was not found in overrides (matching or not matching) than check the value from the file with defaults. Change-Id: I9a736e01790d077398954b424669984606aec499
Whitebox Neutron Tempest Plugin
Tempest plugin with TripleO 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%