chef/cookbooks/toaster/recipes/testing.rb in cloud-toaster-1.1.5 vs chef/cookbooks/toaster/recipes/testing.rb in cloud-toaster-1.1.6
- old
+ new
@@ -154,11 +154,11 @@
db_type = node['toaster']['db_type']
mgr = Toaster::TestManager.new(
{
"db_type" => db_type,
db_type => node['toaster'][db_type],
- "user_id" => node['user_id'],
- "automation_uuid" => node['automation_uuid'],
+ "user_id" => node['toaster']['user_id'],
+ "automation_uuid" => node['toaster']['automation_uuid'],
"cookbook_paths" => node['toaster']['cookbook_paths'],
"skip_tasks" => node['toaster']['skip_tasks'],
"repeat_tasks" => node['toaster']['repeat_tasks'],
"task_execution_timeout" => node['toaster']['task_execution_timeout'],
"transfer_state_config" => node['toaster']['transfer_state_config'],