Actions
Bug #19068
closedSeedsTest#test_0005_populates config templates fails, missing autoyast_default_user_data, create_users
Description
Since f548774, the SeedsTest has failed with:
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
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 test failure.
Actions