octavia/octavia/tests/unit/common
LiuNanke 835566ef69 Test: make enforce_type=True in CONF.set_override
Each config option has limitation for type and value.
In production code, oslo.conf can ensure user's input
is valid, but in unit test, test methods can pass if
we use method CONF.set_override without parameter
enforce_type=True even we pass wrong type or wrong
value to config option. This commit makes sure calling
method CONF.set_override with enforce_type=True.

Change-Id: I1e4f2aa5797ba8582a5637cd86c6b2b626daa923
Closes-Bug: #1517839
2016-01-06 01:59:39 +08:00
..
sample_configs Refactor BarbicanAuth to allow for configurable auth method 2015-12-08 14:56:32 -06:00
tls_utils Refactor BarbicanAuth to allow for configurable auth method 2015-12-08 14:56:32 -06:00
__init__.py Initial directory skeleton 2014-09-04 15:28:10 -06:00
test_base_taskflow.py Mock module import standardisation 2015-10-16 13:39:53 +02:00
test_clients.py Test: make enforce_type=True in CONF.set_override 2016-01-06 01:59:39 +08:00
test_config.py Fixed various issues with create lb and amphora flow 2015-05-06 23:54:46 -05:00
test_constants.py Initial creation of db models, modules, and tests 2014-09-19 14:06:36 -05:00
test_exceptions.py Implementing simple operator API 2014-12-11 20:22:14 -06:00
test_utils.py Initial directory skeleton 2014-09-04 15:28:10 -06:00