cfme.test_framework.config module¶
classes to manage the cfme test framework configuration
-
class
cfme.test_framework.config.Configuration[source]¶ Bases:
objectholds the current configuration
-
configure(config_dir, crypt_key_file=None)[source]¶ do the defered initial loading of the configuration
Parameters: - config_dir – path to the folder with configuration files
- crypt_key_file – optional name of a file holding the key for encrypted configuration files
Raises: AssertionError if called more than once
if the utils.conf api is removed, the loading can be transformed to eager loading
-
-
class
cfme.test_framework.config.DeprecatedConfigWrapper(configuration, warn=False)[source]¶ Bases:
objecta wrapper that provides the old :code:
utils.confapi-
__ge__(other)¶ Automatically created by attrs.
-
__gt__(other)¶ Automatically created by attrs.
-
__le__(other)¶ Automatically created by attrs.
-
__lt__(other)¶ Automatically created by attrs.
-
__ne__(other)¶ Check equality and either forward a NotImplemented or return the result negated.
-
__repr__()¶ Automatically created by attrs.
-
runtime¶
-