Skip to content

Commit 2f1be0f

Browse files
authored
Merge pull request #9486 from julek-wolfssl/hostap-sha-cert-update
Update sha384 and sha512 certs
2 parents 8741805 + c63df82 commit 2f1be0f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/hostap-vm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ jobs:
232232
working-directory: hostap/tests/hwsim/auth_serv
233233
run: |
234234
./update.sh
235+
./sha512-generate.sh
235236
# Force regeneration of rsa3072-ca.key to get rsa3072-generate.sh to
236237
# correctly update all the certs
237238
rm rsa3072-ca.key
@@ -331,6 +332,10 @@ jobs:
331332
rm -r /tmp/hwsim-test-logs
332333
done < $GITHUB_WORKSPACE/wolfssl/.github/workflows/hostap-files/configs/${{ matrix.config.hostap_ref }}/tests
333334
335+
- name: show errors
336+
if: ${{ failure() && steps.testing.outcome == 'failure' }}
337+
run: grep -riP 'fail|error' /tmp/hwsim-test-logs/latest
338+
334339
# The logs are quite big. It hasn't been useful so far so let's not waste
335340
# precious gh space.
336341
#- name: zip logs

0 commit comments

Comments
 (0)