Added custom-tlv-string non-regression test to github workflows

pull/432/head
Jim Norton 2024-04-04 10:34:31 -04:00 committed by Daniele Lacamera
parent 7b0f78d488
commit 8fa5562003
1 changed files with 6 additions and 0 deletions

View File

@ -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