mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-21 14:54:31 +00:00
We currently use script_run (not assert_script_run) for the catch-all update we run at the start of the test, and don't use --best. This means that if a dependency issue happens at this point, we don't catch it yet, we only catch it in _advisory_post. By using assert_script_run and --best, we can fail on dep issues at this point. We have to keep the _advisory_post check to catch dep issues that crop up *later* in the test, including when things like Cockpit or GNOME Software install updates and we can't force them to use --best logic. But we can at least catch *most* of them earlier this way. Signed-off-by: Adam Williamson <awilliam@redhat.com> |
||
---|---|---|
.. | ||
anaconda.pm | ||
anacondatest.pm | ||
bugzilla.pm | ||
cockpit.pm | ||
disks.pm | ||
fedoradistribution.pm | ||
freeipa.pm | ||
installedtest.pm | ||
mock.pm | ||
packagetest.pm | ||
tapnet.pm | ||
utils.pm |