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. Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> --- s390x/unittests.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/s390x/unittests.cfg b/s390x/unittests.cfg index d97eb5e9..e9271f9a 100644 --- a/s390x/unittests.cfg +++ b/s390x/unittests.cfg @@ -215,3 +215,20 @@ file = migration-skey.elf smp = 2 groups = migration 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