Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-06 | test: Pass TPM interface model to functions creating command line | Stefan Berger | |
Pass the TPM interface model, such as 'tpm-crb', through to the functions that create the command line for QEMU. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> | |||
2018-06-06 | test: Move common TPM test functions to tpm-tests.c | Stefan Berger | |
Move common TPM test functions from tpm-crb-swtpm-test.c to tpm-tests.c so that for example test cases with the TPM TIS interface can use the same code. Prefix all funcions with 'tpm_test_'. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> |