Roman Safronov c107274ae1 Fix check_service_setting() logic
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
2024-05-13 17:42:32 +03:00
2024-04-10 18:48:52 +03:00
2024-03-05 17:18:02 +02:00
2024-04-30 15:43:12 +03:00
2022-08-22 12:18:50 +02:00
2022-08-08 12:03:41 +00:00
2022-11-09 07:24:40 +00:00
2022-11-09 07:24:40 +00:00
2023-12-21 16:21:32 +02:00

Whitebox Neutron Tempest Plugin

Tempest plugin with TripleO oriented whitebox tests for Neutron project.

Description
Tempest plugin with whitebox Neutron related tests useful for the Tripleo based deployments.
Readme 3.5 MiB
Languages
Python 99.5%
Shell 0.5%