Skip to content

Commit c6c2544

Browse files
committed
Fixed path of config file for fwtpm tests in trustzone
1 parent cffa75d commit c6c2544

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/trustzone-emulator-tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)