diff --git a/templates b/templates index dc5f3311..f36414a5 100755 --- a/templates +++ b/templates @@ -5690,12 +5690,9 @@ { name => "server_cockpit_updates", settings => [ - { key => "POSTINSTALL", value => "server_cockpit_updates" }, + { key => "POSTINSTALL", value => "server_cockpit_updates server_cockpit_autoupdate" }, { key => "USER_LOGIN", value => "false" }, { key => "ROOT_PASSWORD", value => "weakpassword" }, - # to understand the '+' values in this test and the next, - # see the `jobs_from_update` docstring in fedora_openqa - # schedule.py { key => "+START_AFTER_TEST", value => "server_cockpit_default" }, { key => "BOOTFROM", value => "c" }, { key => "+HDD_1", value => "disk_%MACHINE%_cockpit.qcow2" },