Skip to content

Commit

Permalink
[ci] Test dolos
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Nasahl <[email protected]>
  • Loading branch information
nasahlpa committed Oct 16, 2023
1 parent 7759e1e commit f13c25f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ 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
popd
displayName: "Check captured AES traces"
continueOnError: True
Expand Down
4 changes: 3 additions & 1 deletion ci/ci_check_aes_traces.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# SPDX-License-Identifier: Apache-2.0

# Simple script to test AES capture.
set -e
mkdir -p tmp

# AES
Expand All @@ -19,7 +20,8 @@ for test in ${!aes_test_list[@]}; do
NUM_TRACES=${aes_test_list[${test}]}
../cw/capture.py --cfg-file cfg/ci_capture_aes_cw310.yaml capture ${test} \
--num-traces ${NUM_TRACES} ${ARGS}

./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
mv ./ci_projects/sample_traces_${MODE}.html tmp/${test}_traces.html
ARGS=""
done
1 change: 1 addition & 0 deletions ci/ci_check_tvla_aes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# SPDX-License-Identifier: Apache-2.0

# Simple script to test AES capture.
set -e
mkdir -p tmp

# AES
Expand Down

0 comments on commit f13c25f

Please sign in to comment.