Even if the first thing those tests do is skipping they should still be run to make sure the tests boots and the skipping works. --- s390x/unittests.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/s390x/unittests.cfg b/s390x/unittests.cfg index 96977f2b..c9d341ea 100644 --- a/s390x/unittests.cfg +++ b/s390x/unittests.cfg @@ -222,3 +222,19 @@ file = migration-cmm.elf groups = migration smp = 2 extra_params = -append '--parallel' + +[pv-diags] +file = pv-diags.elf +extra_params = -m 2200 + +[pv-icptcode] +file = pv-icptcode.elf +extra_params = -m 2200 -smp 3 + +[pv-ipl] +file = pv-ipl.elf +extra_params = -m 2200 + +[uv-host] +file = uv-host.elf +extra_params = -m 2200 -smp 2 -- 2.34.1