octavia/octavia
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
..
amphorae Allow choice of upstart or sysvinit 2015-12-08 00:06:45 -06:00
api Expose project_id in octavia api 2015-12-08 18:01:27 -06:00
certificates Refactor BarbicanAuth to allow for configurable auth method 2015-12-08 14:56:32 -06:00
cmd Amphora Flows and Drivers for Active Standby 2015-12-03 23:27:20 +00:00
common Merge "Expose project_id in octavia api" 2015-12-10 18:27:34 +00:00
compute Stop nova driver delete failure on already deleted 2015-11-19 00:54:09 +00:00
controller Amphora Flows and Drivers for Active Standby 2015-12-03 23:27:20 +00:00
db Database repository delete to use one() 2015-12-15 17:58:34 +00:00
hacking Use assertIs(Not)None instead of assert(Not)Equal 2015-11-09 20:48:07 +01:00
network Rename tenant_id in the network models to project_id 2015-12-08 17:58:23 -06:00
tests Test: make enforce_type=True in CONF.set_override 2016-01-06 01:59:39 +08:00
__init__.py Adding Python 3.4 Compatibility and Tox Check 2015-06-23 18:18:17 +00:00
i18n.py Drop use of 'oslo' namespace package 2015-06-17 15:57:42 +00:00
opts.py Amphora Flows and Drivers for Active Standby 2015-12-03 23:27:20 +00:00
version.py Initial directory skeleton 2014-09-04 15:28:10 -06:00