add a softfail workaround for RHBZ #1349721
ClosedPublic

Authored by adamwill on Jun 29 2016, 10:58 PM.

Details

Summary

try to catch a boot loop after dnf system-upgrade reboot, if
we do, set the test to soft_fail and pass enforcing=0 to work
around it.

Test Plan

Run the upgrade_foo tests and see that they now soft
fail instead of hard failing (unless there are any other issues).
Run the upgrade_2_foo tests and make sure they still pass (i.e.
we don't erroneously soft fail them).

Diff Detail

Repository
rOPENQATESTS os-autoinst-distri-fedora
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
adamwill retitled this revision from to add a softfail workaround for RHBZ #1349721.Jun 29 2016, 10:58 PM
adamwill updated this object.
adamwill edited the test plan for this revision. (Show Details)
adamwill added a reviewer: garretraziel.

oh, and I should say, the reason to do this (rather than just let the tests keep failing) is we know about the bug and it seems better to work around it so we can check for *other* bugs, rather than continuing to fail on one we already know about.

garretraziel accepted this revision.Jul 1 2016, 8:03 AM

Sure, looks OK.

This revision is now accepted and ready to land.Jul 1 2016, 8:03 AM
This revision was automatically updated to reflect the committed changes.