CLI

aeon exec

Start, follow, inspect, and cancel TTCN-3 executions from the command line, including parallel lane fan-out and artifact retrieval.

6 min read

Run

bashbash
# single case
aeon exec run --case TC_6_1_1_1 --build rc3 --wait

# a campaign across 8 lanes
aeon exec run --campaign regression --build rc3 --lanes 8 --wait

# an explicit case list
aeon exec run --cases-from applicable.json --build rc3 --lanes 12

Follow and inspect

bashbash
aeon exec tail --id 4821            # live log + verdict stream
aeon exec describe --id 4821 --json
aeon exec artifacts --id 4821 --all --out ./evidence/

Useful flags

FlagEffect
--waitBlock until terminal state
--followStream logs while waiting
--lanes NFan out across N reserved lanes
--retries NRe-run inconclusive cases N times
--exit-codeMap verdicts onto process exit code
--label k=vAttach metadata for later filtering

Run this against a real SDR lane

The tester is a service, not a box. Push a build, reserve a lane, get a verdict.