Workaround RHBZ#1757948 in F30 update tests

We need to pull in the fixed fwupd or else the desktop_update
test always fails.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-10-15 19:23:55 -07:00
parent 205c0c3d97
commit 079b969fab

View File

@ -421,6 +421,11 @@ sub _repo_setup_updates {
# installed, but was not
assert_script_run 'rpm -qp *.rpm --qf "%{NAME} " > /var/log/updatepkgnames.txt';
upload_logs "/var/log/updatepkgnames.txt";
# FIXME: workaround #1757948 as it showed up in F30 now. Remove
# when the update goes stable and the base image is rebuilt
if (get_var("VERSION") eq "30") {
assert_script_run "bodhi updates download --updateid=FEDORA-2019-cb9dd3e345", 180;
}
# create the repo metadata
assert_script_run "createrepo .";
# write a repo config file, unless this is the support_server test