diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index ccb62e42..41b031ab 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -34,9 +34,9 @@ jobs: set -e pushd ci ./ci_check_aes_traces.sh - ./ci_trace_check/ci_compare_aes_traces.py -f ./ci_projects/opentitan_simple_aes.cwp -g ./ci_trace_check/golden_traces/aes_128_ecb_static.zip -c 0.8 + ./ci_trace_check/ci_compare_aes_traces.py -f ./ci_projects/opentitan_simple_aes.cwp -g ./ci_trace_check/golden_traces/aes_128_ecb_static_cw310.zip -c 0.8 popd - displayName: "Check captured AES traces" + displayName: "Compare captured AES trace against golden trace" continueOnError: True - publish: ./ci/tmp/ artifact: plot_traces_aes diff --git a/ci/ci_trace_check/golden_traces/aes_128_ecb_static.zip b/ci/ci_trace_check/golden_traces/aes_128_ecb_static.zip deleted file mode 100644 index 234c9121..00000000 Binary files a/ci/ci_trace_check/golden_traces/aes_128_ecb_static.zip and /dev/null differ diff --git a/ci/ci_trace_check/golden_traces/aes_128_ecb_static_cw310.zip b/ci/ci_trace_check/golden_traces/aes_128_ecb_static_cw310.zip new file mode 100644 index 00000000..a067551f Binary files /dev/null and b/ci/ci_trace_check/golden_traces/aes_128_ecb_static_cw310.zip differ