get fedup URL from openqa_fedora_trigger
AbandonedPublic

Authored by adamwill on Jul 22 2015, 9:13 PM.

Details

Summary

This is a companion to D470 in openqa_fedora_tools. That makes
openqa_fedora_trigger figure out the correct fedup URL and pass
it in as an openQA variable; this has upgrade_run just use that
variable instead of trying to figure out the URL itself (which
it, er, doesn't do as well as fedfind). Note: 'man fedup' says
'fedup --network rawhide' is OK, so this should handle Rawhide
nightlies fine.

Test Plan

Run the fedup_minimal test. It won't succeed, due to
GPG issues (I have a follow-up commit to use --nogpgcheck when
appropriate), but you can verify that it uses the correct URL
and successfully downloads the upgrade.img. Obviously you must
also apply D470 to openqa_fedora_tools to test.

Diff Detail

Repository
rOPENQATESTS os-autoinst-distri-fedora
Branch
fedup
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 37
Build 37: arc lint + arc unit
adamwill retitled this revision from to get fedup URL from openqa_fedora_trigger.Jul 22 2015, 9:13 PM
adamwill updated this object.
adamwill edited the test plan for this revision. (Show Details)
adamwill added reviewers: jskladan, garretraziel.
jskladan requested changes to this revision.Jul 23 2015, 8:36 AM

Although the patches look like a working solution, I'd much prefer the solution discussed in T478.

This revision now requires changes to proceed.Jul 23 2015, 8:36 AM
adamwill abandoned this revision.Aug 13 2015, 3:08 PM

I'm abandoning this as fedup is dead, we'll come back to this when the new upgrade solution is testable I guess.