This allows us to set defaults for settings in ProductDefaults
and have the settings dicts in individual products merge with
them, not overwrite them.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
As of yesterday, all the *-packages.yaml files are gone. Listing
all the files that have packages: blocks in them is a pain, and
common.yaml now exists on all current branches, so let's just do
that sub in common.yaml, it should work.
Also, common.yaml no longer uses `ref: fedora/` but
`ref: ${distro}/`, so that substitution broke, which is why the
test is now failing when building the installer image (we can't
find the ostree under the ref we're expecting). Fix that.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This reverts commit 8a657904d0.
We already had a tweak in _ostree_build to put python3-rpm in the
ostree; the real problem is that had broken with changes to
workstation-ostree-config. The next commit solves it properly.
This started failing in install_default_update_ostree
_advisory_post because the ostree no longer has python3-rpm baked
in, by the looks of it. Moving the execution of updvercheck.py
into a toolbox container *should* fix it with no undesirable side
effects, I hope. It looks like /tmp should be shared between the
host and the container so the file location should be OK.
The use of `toolbox run --` as a wrapper instead of interactive
toolbox entry/exit was suggested by Gemini PR review:
https://github.com/AdamWill/os-autoinst-distri-fedora-ai-test/pull/26#discussion_r2431461670
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Assisted-by: Google Gemini Code Assist
We are missing a check that the expected keyboard layout is used
at the desktop, for non-switched layouts (e.g. French). This is
actually broken for Workstation live installs at present, so we
really ought to be testing it. Along the way, let's clean up the
conditionals a bit, and let's do the actual input testing at a
console not the overview, since we want to do it on KDE as well
as GNOME now, and KDE's kicker menu is a pain to type in.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Also add keyboard layout selection handling for webUI, natively
for the KDE live, via GNOME settings for Workstation live.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
We don't used switched keyboard layout for this test yet because
unfortunately it's just completely broken on the webUI path.
There's no viable way to set up the correct layout configuration
during install at present. So this is just a translation test
currently.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
The bug causes a crash at boot on Silverblue installer, we need
the fix to stop all Rawhide Silverblue tests failing.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
3G is really tight these days. We were limiting this because the
old worker hosts didn't have a ton of RAM, but the new ones have
plenty.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This reverts commit 1a8f7e466c.
Current Plasma Discover complains if fwupd is masked. I just hope
tests don't start failing on fwupd errors again now. Sigh.
FreeIPA team bumped the F41 NVR past the F42 one, so now upgrade
tests from F41 to F42 are broken. To workaround this we need
bumped rebuilds for F42, F43 and F44, because if only do F42 the
problem moves to F42->F43 upgrades, etc.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
I did this to check the size of an image built with a lorax
scratch build I was testing, but then figured heck, why not also
do it permanently?
Signed-off-by: Adam Williamson <awilliam@redhat.com>
81d5d2f408 inadvertently dropped
this, then I carried that change over in the profile group
rewrite. I never intended to turn it off on KDE, though - it was
likely just a git rebase mishap or something. So let's turn it
on for KDE by using the "updates-desktops" profile group like we
do for all the others.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
The top panel stays in the application and does not hide. I might be
caused by the mouse being in top area which normally invokes the
panel to appear. Let's move the mouse and click into the middle
of the screen to free the top area.
For some reason, the login name is filled in double time.
Let's fix it with adding more wait time and also an extra
delete key to wipe the field properly.
It's not safe to fast-type things at graphical consoles. This is
failing quite a lot on aarch64 currently due to heavy load on
the worker hosts. Slow typing should help.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
still getting some failures at 1800, so let's bump to 3600 and
also bump MAX_JOB_TIME to accommodate.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
These seem to be timing out a lot currently on aarch64, probably
due to the heavy load caused by the Python update flood.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
In IoT F43 and F44 at present, greenboot is failing if networking
is not immediately available on boot. Well, on our tests that use
static networking, it isn't. So that's a problem. Let's have the
static networking setup test stop greenboot if it's running on
IoT, that should get around this.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Matching on the cursor isn't reliable as it flashes and animates
a bit. Let's just match on an area to the right - this is
sufficient because the box doesn't have the blue surround unless
it's active.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Calculator changed the way functions are organized within the
application which broke the current Calculator test.
This fixes the subroutine to test for Functions and makes the
test reliable again.
Fixes: https://pagure.io/fedora-qa/os-autoinst-distri-fedora/issue/428
Now we can slow type in assert_script_run, let's do it, and make
this more reliable (I hope). It gets mistyped a lot currently,
especially on aarch64.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
See https://github.com/rpm-software-management/dnf5/issues/2435 .
Lately this is sometimes failing because something else holds a
lock on the RPM database. To work around that, let's try again a
few times if it fails, with a bit of a wait.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This is a bit ugly but I can't think of another way to pass it
only on aarch64. Could try and factor out the other various
instances of the string against this variable, I guess, but I
don't feel like it right now.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Similarly to desktop_login, now we have more (and more reliable)
aarch64 resources, we should run this test everywhere. We need
a variant apps_run_kfind needle for some reason.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This test isn't run on aarch64 (probably because it was too slow
or unreliable on the old hardware). Let's turn it on. We still
can't run it on Silverblue because the background hacks don't
work there.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
When systemd is at the top of the list there's a bit of a grey
highlight that throws off the match.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
The cursor in gnome-calculator somehow changed between the 1.1
and 1.2 Beta candidates. It now looks a bit weird and slanted
(it's an optical illusion caused by odd anti-aliasing).
Signed-off-by: Adam Williamson <awilliam@redhat.com>
In a virtual machine, it takes a couple of seconds for the
upper panel to go away and show the terminal prompt.
Let's make it wait 60 seconds to be absolutely sure.