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 ef3b521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
set -e
pushd ci
./ci_check_tvla_aes.sh
../cw/tvla.py --cfg-file cfg/ci_tvla_cfg_aes_specific_byte0_rnd0.yaml run-tvla
popd
displayName: "Check AES TVLA"
- publish: ./ci/tmp/figures
Expand Down
2 changes: 2 additions & 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 All @@ -19,5 +20,6 @@ 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}
../cw/tvla.py --cfg-file cfg/ci_tvla_cfg_aes_specific_byte0_rnd0.yaml run-tvla
ARGS=""
done

0 comments on commit ef3b521

Please sign in to comment.