diff --git a/needles/cockpit/rocky-autoupdate_planned_day-20210814.json b/needles/cockpit/rocky-autoupdate_planned_day-20210814.json new file mode 100644 index 00000000..9ea9624d --- /dev/null +++ b/needles/cockpit/rocky-autoupdate_planned_day-20210814.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "ypos": 341, + "width": 71, + "xpos": 546, + "type": "match", + "height": 19 + } + ], + "properties": [], + "tags": [ + "autoupdate_planned_day" + ] +} \ No newline at end of file diff --git a/needles/cockpit/rocky-autoupdate_planned_day-20210814.png b/needles/cockpit/rocky-autoupdate_planned_day-20210814.png new file mode 100644 index 00000000..6372f962 Binary files /dev/null and b/needles/cockpit/rocky-autoupdate_planned_day-20210814.png differ diff --git a/needles/cockpit/rocky-cockpit_login-20210814.json b/needles/cockpit/rocky-cockpit_login-20210814.json new file mode 100644 index 00000000..44c193f4 --- /dev/null +++ b/needles/cockpit/rocky-cockpit_login-20210814.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "height": 77, + "ypos": 164, + "width": 232, + "type": "match", + "xpos": 572 + } + ], + "properties": [], + "tags": [ + "cockpit_login" + ] +} \ No newline at end of file diff --git a/needles/cockpit/rocky-cockpit_login-20210814.png b/needles/cockpit/rocky-cockpit_login-20210814.png new file mode 100644 index 00000000..f32a79c8 Binary files /dev/null and b/needles/cockpit/rocky-cockpit_login-20210814.png differ diff --git a/needles/cockpit/rocky-cockpit_login-notab-20210814.json b/needles/cockpit/rocky-cockpit_login-notab-20210814.json new file mode 100644 index 00000000..10439701 --- /dev/null +++ b/needles/cockpit/rocky-cockpit_login-notab-20210814.json @@ -0,0 +1,16 @@ +{ + "area": [ + { + "xpos": 572, + "type": "match", + "width": 232, + "ypos": 179, + "height": 77 + } + ], + "properties": [], + "tags": [ + "ENV-DISTRI-rocky", + "cockpit_login" + ] +} \ No newline at end of file diff --git a/needles/cockpit/rocky-cockpit_login-notab-20210814.png b/needles/cockpit/rocky-cockpit_login-notab-20210814.png new file mode 100644 index 00000000..3cb74d75 Binary files /dev/null and b/needles/cockpit/rocky-cockpit_login-notab-20210814.png differ diff --git a/needles/cockpit/rocky-cockpit_updates_auto_all-20210814.json b/needles/cockpit/rocky-cockpit_updates_auto_all-20210814.json new file mode 100644 index 00000000..9f9aa929 --- /dev/null +++ b/needles/cockpit/rocky-cockpit_updates_auto_all-20210814.json @@ -0,0 +1,19 @@ +{ + "area": [ + { + "type": "match", + "ypos": 287, + "click_point": { + "ypos": 8, + "xpos": 8 + }, + "width": 43, + "xpos": 535, + "height": 19 + } + ], + "properties": [], + "tags": [ + "cockpit_updates_auto_all" + ] +} \ No newline at end of file diff --git a/needles/cockpit/rocky-cockpit_updates_auto_all-20210814.png b/needles/cockpit/rocky-cockpit_updates_auto_all-20210814.png new file mode 100644 index 00000000..44359caa Binary files /dev/null and b/needles/cockpit/rocky-cockpit_updates_auto_all-20210814.png differ diff --git a/needles/firefox/rocky-firefox_close_tabs-20210814.json b/needles/firefox/rocky-firefox_close_tabs-20210814.json new file mode 100644 index 00000000..27e72158 --- /dev/null +++ b/needles/firefox/rocky-firefox_close_tabs-20210814.json @@ -0,0 +1,16 @@ +{ + "area": [ + { + "height": 14, + "width": 70, + "xpos": 674, + "type": "match", + "ypos": 420 + } + ], + "properties": [], + "tags": [ + "ENV-DISTRI-rocky", + "firefox_close_tabs" + ] +} \ No newline at end of file diff --git a/needles/firefox/rocky-firefox_close_tabs-20210814.png b/needles/firefox/rocky-firefox_close_tabs-20210814.png new file mode 100644 index 00000000..1b11e422 Binary files /dev/null and b/needles/firefox/rocky-firefox_close_tabs-20210814.png differ diff --git a/tests/server_cockpit_default.pm b/tests/server_cockpit_default.pm index 60fcc023..a88d3fda 100644 --- a/tests/server_cockpit_default.pm +++ b/tests/server_cockpit_default.pm @@ -6,6 +6,8 @@ use cockpit; sub run { my $self = shift; + assert_script_run 'dnf -y groupinstall "Headless Management"', 300; + assert_script_run 'systemctl enable --now cockpit.socket'; # check cockpit appears to be enabled and running and firewall is setup assert_script_run 'systemctl is-enabled cockpit.socket'; assert_script_run 'systemctl is-active cockpit.socket';