Skip to content

Commit

Permalink
squash! Initial pkcs11-tool tests for OP-TEE
Browse files Browse the repository at this point in the history
* Test which checks caml-crush.service is running

Signed-off-by: Mika Tammi <[email protected]>
  • Loading branch information
Mika Tammi committed Oct 31, 2023
1 parent 8735c9d commit 7de1e27
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Robot-Framework/test-suites/optee/pkcs11-tool.robot
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,16 @@ Basic pkcs11-tool-optee test
Initialize slot ${tool}
List all key slots ${tool}

Check caml-crush service is running
[Documentation] Checks if the systemd service for caml-crush is running
[Tags] pkcs11 SP-T667 orin-agx
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-T667 orin-agx
[Tags] pkcs11 SP-T668 orin-agx
Connect
${tool}= Set Variable "pkcs11-tool-caml-crush-optee"
Expand Down

0 comments on commit 7de1e27

Please sign in to comment.