test: convert test_boot to runtime tests with F32

Move the `test_boot` suite into ./test/run closer to the other runtime
tests, and convert the used manifest over to an MPP based F32 manifest.
This commit is contained in:
David Rheinsberg 2020-05-27 17:03:32 +02:00
parent 6e8562f712
commit 9bb6123963
6 changed files with 1147 additions and 15 deletions

View file

@ -20,6 +20,9 @@ do not allow comments, this file shortly describes their purpose.
test-suite needs.
If they have `build` as part of their name, they have a very restricted
package set which includes just what is needed in a build-root for osbuild.
The `fedora` prefix is used for manifests that are kept up to date to the
newest fedora release, and thus do not expose a specific `f30`, `f32`, etc.
behavior.
The `rhel` prefix is used for Red Hat Enterprise Linux images. Since they are
not available publicly, the test-suite usually skips them.