Message ID | 20240201100713.1497439-1-nrb@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [kvm-unit-tests,v1] s390x: add pv-attest to unittests.cfg | expand |
On 2/1/24 11:07, Nico Boehr wrote: > There seems to be no obvious reason why it shouldn't be there. > > Signed-off-by: Nico Boehr <nrb@linux.ibm.com> This has been in the CI for months, so consider this to be applied and: Reviewed-by: Janosch Frank <frankja@linux.ibm.com>
diff --git a/s390x/unittests.cfg b/s390x/unittests.cfg index f5024b6eefd9..018e4129ffac 100644 --- a/s390x/unittests.cfg +++ b/s390x/unittests.cfg @@ -383,3 +383,6 @@ extra_params = """-cpu max,ctop=on -smp cpus=1,drawers=2,books=2,sockets=2,cores [sie-dat] file = sie-dat.elf + +[pv-attest] +file = pv-attest.elf
There seems to be no obvious reason why it shouldn't be there. Signed-off-by: Nico Boehr <nrb@linux.ibm.com> --- s390x/unittests.cfg | 3 +++ 1 file changed, 3 insertions(+)