Skip to content

Commit

Permalink
squash! Initial pkcs11-tool tests for OP-TEE
Browse files Browse the repository at this point in the history
Fix typos and tested now it works

Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
  • Loading branch information
Mika Tammi committed Nov 1, 2023
1 parent 20112f4 commit dfe3f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Robot-Framework/test-suites/optee/pkcs11-tool.robot
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Basic pkcs11-tool-optee test
Connect
${tool}= Set Variable "pkcs11-tool-optee"
List all key slots ${tool}
List key slots ${tool}
Initialize slot ${tool}
Test Public Key usage ${tool} keyid=1 keylabel=rsakey0 mechanism=SHA256-RSA-PKCS-PSS
Test Public Key usage ${tool} keyid=2 keylabel=eckey0 mechanism=ECDSA-SHA256
Expand All @@ -36,7 +36,7 @@ Basic pkcs11-tool-caml-crush test
Connect
${tool}= Set Variable "pkcs11-tool-caml-crush-optee"
List all key slots ${tool}
List key slots ${tool}
Initialize slot ${tool}
Test Public Key usage ${tool} keyid=1 keylabel=rsakey0 mechanism=SHA256-RSA-PKCS-PSS
Test Public Key usage ${tool} keyid=2 keylabel=eckey0 mechanism=ECDSA-SHA256
Expand Down

0 comments on commit dfe3f88

Please sign in to comment.