Skip to content

Commit

Permalink
Added custom-tlv-string non-regression test to github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Norton authored and danielinux committed Apr 5, 2024
1 parent 7b0f78d commit 8fa5562
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-keytools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,9 @@ jobs:
./tools/keytools/sign --ecc256 --sha256 --custom-tlv-buffer 0x46 48656C6C6F20776F726C64 test-app/image.elf wolfboot_signing_private_key.der 3
grep "Hello world" test-app/image_v3_signed.bin
- name: Sign app with custom string TLV included
run: |
./tools/keytools/sign --ecc256 --sha256 --custom-tlv-string 0x46 "Hello world" test-app/image.elf wolfboot_signing_private_key.der 3
grep "Hello world" test-app/image_v3_signed.bin

0 comments on commit 8fa5562

Please sign in to comment.