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
aodh
- Release notes can be read online at:
-
http://docs.openstack.org/developer/aodh/releasenotes/index.html
- Documentation for the project can be found at:
- The project home is at:
Description
Languages
Python
98%
Shell
1.8%
Mako
0.2%