Project

General

Profile

Bug #19068

Updated by Dominic Cleal almost 7 years ago

Since f548774, the SeedsTest has failed with: 

 <pre> 
   1) Failure: 
 SeedsTest#test_0005_populates config templates [/home/dcleal/code/foreman/foreman/test/unit/tasks/seeds_test.rb:101]: 
 No template containing /home/dcleal/code/foreman/foreman/app/views/unattended/provisioning_templates/user_data/autoyast_default_user_data.erb 
 </pre> 

 The autoyast_default_user_data template was added, but is missing from seeds. The create_users snippet was also added, but would result in a later is missing test failure. coverage.

Back