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()
def before_each_feature(feature): """ Hook: Will be executed before each feature. Configures global vars and gets token from keystone. """ setup_feature(feature)
def before_each_feature(feature): """ Hook: Will be executed before each feature. Configures global vars and gets token from keystone """ setup_feature(feature)