Actions
action #113510
closedcoordination #103323: [epic] BCI testing
Make soft-failures from XFAIL tests from BCI-tests results
Start date:
2022-07-12
Due date:
% Done:
0%
Estimated time:
Tags:
Description
in BCI-tests there is the option to mark some tests as XFAIL
with a bug ref, which is basically the same as we have in openQA soft-fail
.
For example:
https://github.com/SUSE/BCI-tests/blob/d1025351849e293dfc2992b87ce43f079c998dd2/tests/test_openjdk_devel.py#L28
pytest.mark.xfail(
reason="https://bugzilla.suse.com/show_bug.cgi?id=1199262"
)
Those results will be taken by openQA as working test.
The goal of this ticket is to mark the openQA job as soft-failure if there is some XFAIL
when running BCI-test.
Actions