Drop FreeIPA upgrade workaround as the update is stable now
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
8109c49d5a
commit
a8bcc191bb
@ -429,12 +429,6 @@ 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