Skip to content

Commit

Permalink
squash! Initial pkcs11-tool tests for OP-TEE
Browse files Browse the repository at this point in the history
Add NX Orin tags

Signed-off-by: Mika Tammi <[email protected]>
  • Loading branch information
Mika Tammi committed Nov 29, 2023
1 parent 5999f75 commit f3c0277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Robot-Framework/test-suites/optee/pkcs11-tool.robot
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Suite Teardown Close All Connections

Basic pkcs11-tool-optee test
[Documentation] Basic test which initalizes key slots, by directly calling OP-TEE
[Tags] pkcs11 SP-T666 orin-agx
[Tags] pkcs11 SP-T666 orin-agx orin-nx
Connect
${tool}= Set Variable "pkcs11-tool-optee"
Expand All @@ -25,14 +25,14 @@ Basic pkcs11-tool-optee test

Check caml-crush service is running
[Documentation] Checks if the systemd service for caml-crush is running
[Tags] pkcs11 SP-T667 orin-agx
[Tags] pkcs11 SP-T667 orin-agx orin-nx
Connect
${status} ${state}= Verify service status service="caml-crush.service" expected_status=active expected_state=running

Basic pkcs11-tool-caml-crush test
[Documentation] Basic test which initalizes key slots, by calling OP-TEE through caml-crush's pkcs11proxyd
[Tags] pkcs11 SP-T668 orin-agx
[Tags] pkcs11 SP-T668 orin-agx orin-nx
Connect
${tool}= Set Variable "pkcs11-tool-caml-crush-optee"
Expand Down

0 comments on commit f3c0277

Please sign in to comment.