Re: [RFC 2/5] selftests: KVM: Decouple SEV ioctls from asserts

From: Peter Gonda
Date: Thu Jul 11 2024 - 11:19:55 EST


On Wed, Jul 10, 2024 at 4:06 PM Pratik R. Sampat
<pratikrajesh.sampat@xxxxxxx> wrote:
>
> This commit separates the SEV, SEV-ES, SEV-SNP ioctl calls from its
> positive test asserts. This is done so that negative tests can be
> introduced and both kinds of testing can be performed independently
> using the same base helpers of the ioctl.
>
> This commit also adds additional parameters such as flags to improve
> testing coverage for the ioctls.
>
> Cleanups performed with no functional change intended.
>
> Signed-off-by: Pratik R. Sampat <pratikrajesh.sampat@xxxxxxx>

Tested-by: Peter Gonda <pgonda@xxxxxxxxxx>