Fixes for server_cockpit, server_filesystem and release_identification in 9.1 & 8.7 #142
3 changed files with 17 additions and 1 deletions
|
@ -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 |
|
@ -7,7 +7,7 @@ sub run {
|
|||
my $self = shift;
|
||||
# switch to TTY3 for both, graphical and console tests
|
||||
$self->root_console(tty=>3);
|
||||
|
||||
|
||||
# set up appropriate repositories
|
||||
repo_setup();
|
||||
# use --enablerepo=fedora for Modular compose testing (we need to
|
||||
|
|
Loading…
Reference in a new issue