cinder/cinder/tests/unit/windows
ChangBo Guo(gcb) c23c44a7b7 test: fix wrong usage of config option in test_window
Developers usually use method CONF.set_override to change
config option's value in tests. By default the parameter
enforce_type=False, it doesn't check any type or value of
override. If set enforce_type=True , will check parameter
verride type and value. In production code, oslo_config
always checks config option's value. In short, we test and
run code in different ways. For more details when we set method
set_override with parameter enforce_type=True, please see:
http://paste.openstack.org/show/523740/

Related-Bug: 1517839
Change-Id: I0e1929f7e6afa9b9d5daa15e04418b7111ab9e2f
2016-12-01 18:50:45 +08:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
db_fakes.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_smbfs.py Use versionedobjects in remotefs.py 2016-06-15 07:59:30 +00:00
test_windows_remotefs.py Refactor Windows drivers using os-win 2016-01-14 19:27:05 +02:00
test_windows.py test: fix wrong usage of config option in test_window 2016-12-01 18:50:45 +08:00