neutron/neutron/tests/common
Jakub Libosvar 60ac055ff6 Add more info when parsing config fails
Previously when parsed config contained wrong values, the message didn't
say what option is wrong. The message looked like:
TypeError: option values must be strings

This patch adds some info to the message so it says which option,
section and value is wrong. Example:

TypeError: option values must be strings: section DEFAULT,
option api_paste_config, value: None

Change-Id: Iaed040c3af9ab10292eeb49b0522ab09b23e29f7
2019-10-18 19:37:05 -04:00
..
agents Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
exclusive_resources use synchronized lock decorator from neutron-lib 2017-10-04 13:57:42 -06:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Forbid importing neutron.tests.* from outside tests subtree 2016-09-15 18:42:45 +00:00
config_fixtures.py Add more info when parsing config fails 2019-10-18 19:37:05 -04:00
conn_testers.py Drop of_interface option 2019-05-24 10:33:48 +02:00
helpers.py Remove 'gateway_external_network_id' config option 2019-07-26 13:19:14 +02:00
l3_test_common.py Give some HA router case specific resources 2019-04-06 09:08:06 +08:00
machine_fixtures.py Merge "fullstack: test for IPv6 north-south traffic" 2016-11-09 12:02:45 +00:00
net_helpers.py Kill all processes running in a namespace before deletion 2019-08-21 09:03:54 +00:00