octavia/octavia/tests
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
..
common Rename tenant_id to project_id 2015-12-07 15:39:55 -06:00
functional Merge "Expose project_id in octavia api" 2015-12-10 18:27:34 +00:00
unit Test: make enforce_type=True in CONF.set_override 2016-01-06 01:59:39 +08:00
__init__.py Populate repository with common initial files 2014-07-02 20:30:14 -07:00