Fixes for server_cockpit, server_filesystem and release_identification in 9.1 & 8.7 #142

Merged
AlanMarshall merged 5 commits from 9.1_agm into develop 2023-01-20 18:57:38 +00:00
3 changed files with 17 additions and 1 deletions
Showing only changes of commit ff9db3aa93 - Show all commits

View file

@ -0,0 +1,16 @@
{
"area": [
{
"xpos": 328,
"ypos": 366,
"width": 59,
"height": 25,
"type": "match"
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"cockpit_services_entry"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View file

@ -7,7 +7,7 @@ sub run {
my $self = shift; my $self = shift;
# switch to TTY3 for both, graphical and console tests # switch to TTY3 for both, graphical and console tests
$self->root_console(tty=>3); $self->root_console(tty=>3);
# set up appropriate repositories # set up appropriate repositories
repo_setup(); repo_setup();
# use --enablerepo=fedora for Modular compose testing (we need to # use --enablerepo=fedora for Modular compose testing (we need to