d82f4ec Develop a new test for system updates via Cockpit.

Authored and Committed by lruzicka 4 years ago
42 files changed. 468 lines added. 28 lines removed.
lib/cockpit.pm
file added
+53
lib/utils.pm
file modified
+1 -28
needles/cockpit/autoupdate_planned_day.json
file added
+15
needles/cockpit/autoupdate_planned_day.png
file added
+0
needles/cockpit/autoupdate_planned_time.json
file added
+15
needles/cockpit/autoupdate_planned_time.png
file added
+0
needles/cockpit/cockpit_software_updates.json
file added
+15
needles/cockpit/cockpit_software_updates.png
file added
+0
needles/cockpit/cockpit_updates_all_install.json
file added
+15
needles/cockpit/cockpit_updates_all_install.png
file added
+0
needles/cockpit/cockpit_updates_auto.json
file added
+15
needles/cockpit/cockpit_updates_auto.png
file added
+0
needles/cockpit/cockpit_updates_auto_on.json
file added
+15
needles/cockpit/cockpit_updates_auto_on.png
file added
+0
needles/cockpit/cockpit_updates_available.json
file added
+15
needles/cockpit/cockpit_updates_available.png
file added
+0
needles/cockpit/cockpit_updates_check.json
file added
+15
needles/cockpit/cockpit_updates_check.png
file added
+0
needles/cockpit/cockpit_updates_console_update.json
file added
+15
needles/cockpit/cockpit_updates_console_update.png
file added
+0
needles/cockpit/cockpit_updates_dnf_install-20190911.json
file added
+15
needles/cockpit/cockpit_updates_dnf_install-20190911.png
file added
+0
needles/cockpit/cockpit_updates_dnf_install.json
file added
+15
needles/cockpit/cockpit_updates_dnf_install.png
file added
+0
needles/cockpit/cockpit_updates_reconnect.json
file added
+15
needles/cockpit/cockpit_updates_reconnect.png
file added
+0
needles/cockpit/cockpit_updates_restart_confirm.json
file added
+15
needles/cockpit/cockpit_updates_restart_confirm.png
file added
+0
needles/cockpit/cockpit_updates_restart_ignore-20190919.json
file added
+15
needles/cockpit/cockpit_updates_restart_ignore-20190919.png
file added
+0
needles/cockpit/cockpit_updates_restart_ignore.json
file added
+15
needles/cockpit/cockpit_updates_restart_ignore.png
file added
+0
needles/cockpit/cockpit_updates_security_install.json
file added
+15
needles/cockpit/cockpit_updates_security_install.png
file added
+0
needles/cockpit/cockpit_updates_updated.json
file added
+15
needles/cockpit/cockpit_updates_updated.png
file added
+0
templates
file modified
+25 -0
tests/realmd_join_cockpit.pm
file modified
+1 -0
tests/server_cockpit_autoupdate.pm
file added
+44
tests/server_cockpit_basic.pm
file modified
+1 -0
tests/server_cockpit_default.pm
file modified
+1 -0
tests/server_cockpit_updates.pm
file added
+87
    Develop a new test for system updates via Cockpit.
    
    * server-cockpit-updates tests that Cockpit can be used to update the system.
    * server-cockpit-autoupdate tests that users can use dnf-automatic for system
    updates.
    * cockpit functions were removed from utils.pm and put into an extra library
    for cockpit - cockpit.pm which all cockpit tests are now using.
    
    Review cockpit.pm
    
    Review autoupdate test.
    
    Review the update test.
    
    Fix typo in cockpit.pm
    
    Add sleep.
    
    Add missing command.
    
    Delete an unused needle.
    
        
file added
+53
file modified
+1 -28
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
empty file added
file modified
+25 -0
file modified
+1 -0