From 8688b91fb2388ab606dce6a3c4c1bf0a28f4a505 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 11 Apr 2019 09:52:53 -0700 Subject: [PATCH] F30 updates tests: pull in fix for #1698200 Otherwise base_services_start test always fails. Signed-off-by: Adam Williamson --- lib/utils.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/utils.pm b/lib/utils.pm index 82cdd254..2047b162 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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