1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-11 19:15:45 +00:00

Fix templates to enable autoupdate test and delete comment.

This commit is contained in:
Lukas Ruzicka 2019-06-05 16:07:36 +02:00
parent e018566f08
commit 2f84f37580

View File

@ -5690,12 +5690,9 @@
{ {
name => "server_cockpit_updates", name => "server_cockpit_updates",
settings => [ settings => [
{ key => "POSTINSTALL", value => "server_cockpit_updates" }, { key => "POSTINSTALL", value => "server_cockpit_updates server_cockpit_autoupdate" },
{ key => "USER_LOGIN", value => "false" }, { key => "USER_LOGIN", value => "false" },
{ key => "ROOT_PASSWORD", value => "weakpassword" }, { 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 => "+START_AFTER_TEST", value => "server_cockpit_default" },
{ key => "BOOTFROM", value => "c" }, { key => "BOOTFROM", value => "c" },
{ key => "+HDD_1", value => "disk_%MACHINE%_cockpit.qcow2" }, { key => "+HDD_1", value => "disk_%MACHINE%_cockpit.qcow2" },