aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tpm2dtests (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-16build: Fix distcheck when tpm2dtests are run.Damien Goutte-Gattat via Gnupg-devel1-2/+3
* tests/tpm2dtests/Makefile.am (EXTRA_DIST): Distribute test files. (CLEANFILES): Make sure to remove log files. Signed-off-by: Damien Goutte-Gattat <[email protected]>
2021-03-15tests:tpm2d: add missing start_sw_tpm.sh scriptJames Bottomley2-1/+36
* tests/tpm2dtests/start_sw_tpm.sh: New. * tests/tpm2dtests/Makefile.am: Add. -- This accidentally got left out of the initial commit for testing 6720f1343 ("tpm2d: add tests for the tpm2daemon") Signed-off-by: James Bottomley <[email protected]> Added to Makefile and wrote tiny ChangeLog. Signed-off-by: Werner Koch <[email protected]>
2021-03-10tpm2d: add tests for the tpm2daemonJames Bottomley10-0/+875
* configure.ac: Detect TPM emulator and enable tests. * tests/tpm2dtests/: New test suite. * tests/Makefile.am: Run tests. -- Add a set of tests that exercise tpm2daemon handling of keys and verify compatibility with non-tpm based keys. Running this test infrastructure requires a tpm emulator, which is tested for during configuration. If an emulator is not found, the tests won't be run since they require the presence of a TPM (although the TPM handling code will still be built). Signed-off-by: James Bottomley <[email protected]> - Fixed tests/Makefile.am for make distcheck. Signed-off-by: Werner Koch <[email protected]>