Skip to content

Commit

Permalink
fix bat tests for real
Browse files Browse the repository at this point in the history
  • Loading branch information
fkglr committed Oct 23, 2024
1 parent e5ccd57 commit 3d63ce7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/bats/run_bats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@

set -eu

gallia script vecu --no-volatile-info rng "unix-lines:///tmp/vecu.sock" \
gallia script vecu rng "unix-lines:///tmp/vecu.sock" \
--no-volatile-info \
--seed 3 \
--mandatory_sessions "1 2 3" \
--mandatory_services "DiagnosticSessionControl EcuReset ReadDataByIdentifier WriteDataByIdentifier RoutineControl SecurityAccess ReadMemoryByAddress WriteMemoryByAddress RequestDownload RequestUpload TesterPresent ReadDTCInformation ClearDiagnosticInformation InputOutputControlByIdentifier" 2>vecu.log &
--mandatory-sessions 1 2 3 \
--mandatory-services DiagnosticSessionControl EcuReset ReadDataByIdentifier WriteDataByIdentifier RoutineControl SecurityAccess ReadMemoryByAddress WriteMemoryByAddress RequestDownload RequestUpload TesterPresent ReadDTCInformation ClearDiagnosticInformation InputOutputControlByIdentifier

# https://superuser.com/a/553236
trap 'kill "$(jobs -p)"' SIGINT SIGTERM EXIT
Expand Down

0 comments on commit 3d63ce7

Please sign in to comment.