Skip to content

Commit

Permalink
mikeo r4 automation
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth committed Nov 2, 2024
1 parent c40228e commit 2b0f1f4
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/rebuild_results_certs_r4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ python3 src/pqc_report_writer_common.py docs/oid_mapping.md pqc_hackathon_result
pandoc -f markdown pqc_hackathon_results_certs_r4.md > pqc_hackathon_results_certs_r4.html
mv pqc_hackathon_results_certs_r4.md pqc_hackathon_results_certs_r4.html docs


# Also generate a results html with only automated test results
# TOOD: not yet enabled, need to differentiate r3 and r4 automated results (or remove r3 automation)
# if [ -d ./output/certs ]; then
# python3 src/pqc_report_writer_common.py docs/oid_mapping.md pqc_hackathon_results_certs_r4_automated_tests.md "Certificate Automated Verification" $(find ./output/certs -name "*.csv")
# pandoc -f markdown pqc_hackathon_results_certs_r4_automated_tests.md > pqc_hackathon_results_certs_r4_automated_tests.html
# mv pqc_hackathon_results_certs_r4_automated_tests.md pqc_hackathon_results_certs_r4_automated_tests.html docs
# fi
if [ -d ./output/certs ]; then
python3 src/pqc_report_writer_common.py docs/oid_mapping.md pqc_hackathon_results_certs_r4_automated_tests.md "Certificate Automated Verification" $(find ./output/certs -name "*.csv")
pandoc -f markdown pqc_hackathon_results_certs_r4_automated_tests.md > pqc_hackathon_results_certs_r4_automated_tests.html
mv pqc_hackathon_results_certs_r4_automated_tests.md pqc_hackathon_results_certs_r4_automated_tests.html docs
fi

0 comments on commit 2b0f1f4

Please sign in to comment.