Skip to content

Commit 9253900

Browse files
add optee test description into console output (Bugfix) (#1681)
* print out the description of optee and pkcs11 tests print out the description of optee and pkcs11 tests
1 parent 96ba1e3 commit 9253900

File tree

1 file changed

+2
-0
lines changed
  • contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/optee

1 file changed

+2
-0
lines changed

contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/optee/jobs.pxu

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ flags: also-after-suspend
8080
depends: ce-oem-optee/ta-install
8181
command:
8282
if pgrep -x "tee-supplicant" > /dev/null; then
83+
echo "Perform {{ description }}"
8384
{{ tool }} -t {{ suite }} {{ test_id }}
8485
else
8586
echo "Error: Not found tee-supplicant!"
@@ -101,6 +102,7 @@ depends: ce-oem-optee/device-node
101102
flags: also-after-suspend
102103
command:
103104
if pgrep -x "tee-supplicant" > /dev/null; then
105+
echo "Perform {{ description }}"
104106
{{ tool }} -t {{ suite }} {{ test_id }}
105107
else
106108
echo "Error: Not found tee-supplicant!"

0 commit comments

Comments
 (0)