deb-aodh/tools
LiuNanke 9f525c098f 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.
Closes-bug: #1517839

Change-Id: If01841b30c10e994028dcdefbb389425cb0facb1
2016-01-06 22:42:00 +08:00
..
pretty_tox.sh Add running functional scripts for defined backend 2015-06-04 16:29:02 +03:00
test_hbase_table_utils.py Test: make enforce_type=True in CONF.set_override 2016-01-06 22:42:00 +08:00