Skip to content

Commit 8fa5562

Browse files
Jim Nortondanielinux
authored andcommitted
Added custom-tlv-string non-regression test to github workflows
1 parent 7b0f78d commit 8fa5562

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-keytools.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,9 @@ jobs:
264264
./tools/keytools/sign --ecc256 --sha256 --custom-tlv-buffer 0x46 48656C6C6F20776F726C64 test-app/image.elf wolfboot_signing_private_key.der 3
265265
grep "Hello world" test-app/image_v3_signed.bin
266266
267+
- name: Sign app with custom string TLV included
268+
run: |
269+
./tools/keytools/sign --ecc256 --sha256 --custom-tlv-string 0x46 "Hello world" test-app/image.elf wolfboot_signing_private_key.der 3
270+
grep "Hello world" test-app/image_v3_signed.bin
271+
272+

0 commit comments

Comments
 (0)