diff mbox series

[kvm-unit-tests,v4,7/7] s390x: pv-diags: Add the test to unittests.conf

Message ID 20230502115931.86280-8-frankja@linux.ibm.com (mailing list archive)
State New, archived
Headers show
Series s390x: Add PV SIE intercepts and ipl tests | expand

Commit Message

Janosch Frank May 2, 2023, 11:59 a.m. UTC
Better to have it run into a skip than to not run it at all.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
---
 s390x/unittests.cfg | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Nico Boehr May 10, 2023, 7:33 a.m. UTC | #1
Quoting Janosch Frank (2023-05-02 13:59:31)
> Better to have it run into a skip than to not run it at all.
> 
> Signed-off-by: Janosch Frank <frankja@linux.ibm.com>

Reviewed-by: Nico Boehr <nrb@linux.ibm.com>
diff mbox series

Patch

diff --git a/s390x/unittests.cfg b/s390x/unittests.cfg
index e08e5c84..d6e7b170 100644
--- a/s390x/unittests.cfg
+++ b/s390x/unittests.cfg
@@ -227,3 +227,7 @@  extra_params = -m 2200
 [pv-ipl]
 file = pv-ipl.elf
 extra_params = -m 2200
+
+[pv-diags]
+file = pv-diags.elf
+extra_params = -m 2200