Skip to content

Commit 0a0c385

Browse files
mwasilewroxell
authored andcommitted
automated: linux: update docs for pkcs11 test
This patch changes formatting for test description to markdown. This allows it to be rendered in the readthedocs.org properly. Signed-off-by: Milosz Wasilewski <milosz.wasilewski@foundries.io>
1 parent 22f8af6 commit 0a0c385

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

automated/linux/pkcs11/pkcs11.yaml

+15-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
metadata:
22
format: Lava-Test Test Definition 1.0
33
name: pkcs11-tests
4-
description: "Basic test suite for pkcs11 operations.
5-
The main motivation behind the tests is checking the interaction
6-
with SE05x TPM devices. Tests can also be used with softhsm if
7-
TPM is not available
4+
description: |
5+
Basic test suite for pkcs11 operations.
6+
The main motivation behind the tests is checking the interaction
7+
with SE05x TPM devices. Tests can also be used with softhsm if
8+
TPM is not available
89
9-
Example use with TPM:
10-
./pkcs11.sh -p 'pkcs11-tool --module /usr/lib/libckteec.so.0.1'
10+
Example use with TPM:
1111
12-
Example use with softhsm:
13-
./pkcs11.sh -p 'pkcs11-tool --module /usr/lib/softhsm/libsofthsm2.so' -t false
12+
./pkcs11.sh -p 'pkcs11-tool --module /usr/lib/libckteec.so.0.1'
13+
14+
Example use with softhsm:
15+
16+
./pkcs11.sh -p 'pkcs11-tool --module /usr/lib/softhsm/libsofthsm2.so' -t false
17+
18+
ssscli tool comes from NXP and is not packaged for any distribution
19+
at the moment. It needs to be preinstalled in the OS in order to use
20+
SE05x TPM for this test.
1421
15-
ssscli tool comes from NXP and is not packaged for any distribution
16-
at the moment. It needs to be preinstalled in the OS in order to use
17-
SE05x TPM for this test.
18-
"
1922
maintainer:
2023
- milosz.wasilewski@foundries.io
2124
os:

0 commit comments

Comments
 (0)