F30 updates tests: pull in fix for #1698200

Otherwise base_services_start test always fails.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-04-11 09:52:53 -07:00
parent 6bd24c3caa
commit 8688b91fb2
1 changed files with 5 additions and 0 deletions

View File

@ -468,6 +468,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 pull in the fix for #1698200 which causes base_services_start
# to fail always; remove when stable
if (get_var("VERSION") eq "30") {
assert_script_run "bodhi updates download --updateid FEDORA-2019-b514a5c8a3", 600;
}
# create the repo metadata
assert_script_run "createrepo .";
# write a repo config file, unless this is the support_server test