add test_option_type

This commit is contained in:
2017-12-23 21:18:19 +01:00
parent 2ce251a8aa
commit 098beb03f4
2 changed files with 134 additions and 2 deletions

View File

@ -78,7 +78,6 @@ class Values(object):
:param self_properties: properties for this `Option`
:param index: index for a slave `Option`
:param display_warnings: display warnings or not
:param trusted_cached_properties: get value from cache but not store it to value
:returns: value
"""
@ -703,7 +702,6 @@ class Values(object):
setting_properties.update(['mandatory', 'empty'])
config_bag.setting_properties = frozenset(setting_properties)
config_bag.force_permissive = True
config_bag.trusted_cached_properties = False
config_bag.display_warnings = False
def _mandatory_warnings(description, currpath, config):
is_masterslaves = description.is_masterslaves()