Пример #1
0
def before_each_feature(feature):
    """
    Hook: Will be executed before each feature. Configures global vars and gets token from keystone.
    Launch agents (puppet and chef) in the target VM
    """
    setup_feature(feature)
    execute_chef_client()
    execute_puppet_agent()
Пример #2
0
def before_each_feature(feature):
    """
    Hook: Will be executed before each feature. Configures global vars and gets token from keystone.
    Launch agents (puppet and chef) in the target VM
    """
    setup_feature(feature)
    execute_chef_client()
    execute_puppet_agent()
Пример #3
0
def before_each_feature(feature):
    """ Hook: Will be executed before each feature. Configures global vars and gets token from keystone. """
    setup_feature(feature)
Пример #4
0
def before_each_feature(feature):
    """ Hook: Will be executed before each feature. Configures global vars and gets token from keystone """
    setup_feature(feature)