Find new home for downstream RHEL tests. Upstream them. The set of
tests used for fedora gating stays intact: The gating tests are only
those having the tier1 tag set in their main.fmf file. The testplan
plans/ci.fmf filters the others out from gating.
The set of Fedora gating tests stays the same as it was before this
change.
Introduce CI gating. This will introduce new testcase called
fedora-ci.koji-build.tier0.functional and will configure it
as a mandatory CI gating testcase for elfutils fedora builds.
The provided test case is executed by running ./runtest.sh.
The main.fmf file keeps the testcase metadata. The plans and
.fmf folders contain configuration files needed for execution
of provided testcases within the Fedora CI infrastructure.
The provided testcase relies upon the debuginfod server
providing needed kernel-debuginfo. It was tested with
staging instance of the debuginfod server running at
https://debuginfod.stg.fedoraproject.org/ .
Provided test uses Flexible Metadata Format, as documented in
https://fmf.readthedocs.io/ .