Skip to content

Commit

Permalink
Fix typos from regression test lists (#407)
Browse files Browse the repository at this point in the history
* Fix path to fw_test files for regression
* Disable obsolete fw tests (for now)
* Fix typo in L0 regression test list
  • Loading branch information
calebofearth authored Mar 13, 2024
1 parent 821b4de commit fd7e7e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/integration/stimulus/L0_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ contents:
- ../test_suites/smoke_test_mbox_cg/smoke_test_mbox_cg.yml
- ../test_suites/smoke_test_sha512/smoke_test_sha512.yml
- ../test_suites/smoke_test_sha256/smoke_test_sha256.yml
- ../test_suites/smoke_test_sha256_wntz_rand/smoke_test_sha256_wntz.yml
- ../test_suites/smoke_test_sha256_wntz/smoke_test_sha256_wntz.yml
- ../test_suites/smoke_test_sha256_wntz_rand/smoke_test_sha256_wntz_rand.yml
- ../test_suites/smoke_test_sha_accel/smoke_test_sha_accel.yml
- ../test_suites/memCpy_ROM_to_dccm/memCpy_ROM_to_dccm.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ contents:
- tests:
tags: ["directed", "nightly", "firmware"]
paths:
- ${CALIPTRA_ROOT}/src/integration/test_suites/fw_test_doe/fw_test_doe.yml
- ${CALIPTRA_ROOT}/src/integration/test_suites/fw_test_ecc384/fw_test_ecc384.yml
- ${CALIPTRA_ROOT}/src/integration/test_suites/fw_test_hmac384/fw_test_hmac384.yml
- ${CALIPTRA_ROOT}/src/integration/test_suites/fw_test_sha256/fw_test_sha256.yml
- ${CALIPTRA_ROOT}/src/integration/test_suites/fw_test_sha384/fw_test_sha384.yml
#- ${MSFT_REPO_ROOT}/src/integration/test_suites/fw_test_doe/fw_test_doe.yml
#- ${MSFT_REPO_ROOT}/src/integration/test_suites/fw_test_ecc384/fw_test_ecc384.yml
#- ${MSFT_REPO_ROOT}/src/integration/test_suites/fw_test_hmac384/fw_test_hmac384.yml
#- ${MSFT_REPO_ROOT}/src/integration/test_suites/fw_test_sha256/fw_test_sha256.yml
#- ${MSFT_REPO_ROOT}/src/integration/test_suites/fw_test_sha384/fw_test_sha384.yml
- ${CALIPTRA_ROOT}/src/integration/test_suites/fw_test_lms24/fw_test_lms24.yml
- ${CALIPTRA_ROOT}/src/integration/test_suites/fw_test_lms32/fw_test_lms32.yml
- ${CALIPTRA_ROOT}/src/integration/test_suites/smoke_test_datavault_mini/smoke_test_datavault_mini.yml
Expand Down Expand Up @@ -89,4 +89,4 @@ contents:
- ${CALIPTRA_ROOT}/src/integration/test_suites/fw_test_lms_n32_w8_h5/fw_test_lms_n32_w8_h5.yml
- ${CALIPTRA_ROOT}/src/integration/test_suites/fw_test_lms_n32_w8_h10/fw_test_lms_n32_w8_h10.yml
- ${CALIPTRA_ROOT}/src/integration/test_suites/fw_test_lms_n32_w8_h15/fw_test_lms_n32_w8_h15.yml
- ${CALIPTRA_ROOT}/src/integration/test_suites/fw_test_lms_n32_w8_h20/fw_test_lms_n32_w8_h20.yml
- ${CALIPTRA_ROOT}/src/integration/test_suites/fw_test_lms_n32_w8_h20/fw_test_lms_n32_w8_h20.yml

0 comments on commit fd7e7e5

Please sign in to comment.