File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,18 +106,18 @@ jobs:
106106 make
107107 m33mu wolfboot.bin test-app/image_v1_signed.bin:0x60000 --uart-stdout --expect-bkpt 0x7f --timeout 600
108108
109- - name : Clean and build test with fTPM (stm32h5)
109+ - name : Clean and build test with fwTPM (stm32h5)
110110 run : |
111111 make clean distclean
112- cp config/examples/stm32h5-tz-ftpm .config .config
112+ cp config/examples/stm32h5-tz-fwtpm .config .config
113113 make
114114 m33mu wolfboot.bin test-app/image_v1_signed.bin:0x60000 --uart-stdout --expect-bkpt 0x7f --timeout 600 \
115- | tee /tmp/m33mu-ftpm .log
116- grep -q "fTPM PCR0 extended:" /tmp/m33mu-ftpm .log
117- grep -q "fTPM unsealed secret: wolfBoot fTPM PCR secret" /tmp/m33mu-ftpm .log
118- grep -q "fTPM NSC tests passed" /tmp/m33mu-ftpm .log
119- grep -q "\\[BKPT\\] imm=0x7f" /tmp/m33mu-ftpm .log
120- grep -q "\\[EXPECT BKPT\\] Success" /tmp/m33mu-ftpm .log
115+ | tee /tmp/m33mu-fwtpm .log
116+ grep -q "fwTPM PCR0 extended:" /tmp/m33mu-fwtpm .log
117+ grep -q "fwTPM unsealed secret: wolfBoot fwTPM PCR secret" /tmp/m33mu-fwtpm .log
118+ grep -q "fwTPM NSC tests passed" /tmp/m33mu-fwtpm .log
119+ grep -q "\\[BKPT\\] imm=0x7f" /tmp/m33mu-fwtpm .log
120+ grep -q "\\[EXPECT BKPT\\] Success" /tmp/m33mu-fwtpm .log
121121
122122 - name : Clean and build test with DICE attestation + OTP (stm32h5)
123123 run : |
You can’t perform that action at this time.
0 commit comments