Pull in fix for BIND bug in F30 upgrade tests
A BIND update broke a test, then went stable, so it's failing on all updates right now. This subsequent update fixes the bug, so let's pull it in here until it's pushed stable. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
cc650ed195
commit
333757eadc
@ -429,6 +429,12 @@ 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";
|
||||
# TEST TEST fix for FreeIPA upgrade bug
|
||||
if (get_var("VERSION") eq "30") {
|
||||
# FIXME fix for bind bug that broke FreeIPA upgrade test; remove
|
||||
# when pushed stable
|
||||
assert_script_run "bodhi updates download --updateid FEDORA-2019-493dfcda55";
|
||||
}
|
||||
# create the repo metadata
|
||||
assert_script_run "createrepo .";
|
||||
# write a repo config file, unless this is the support_server test
|
||||
|
Loading…
Reference in New Issue
Block a user