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
| Flag | Effect |
|---|---|
| --wait | Block until terminal state |
| --follow | Stream logs while waiting |
| --lanes N | Fan out across N reserved lanes |
| --retries N | Re-run inconclusive cases N times |
| --exit-code | Map verdicts onto process exit code |
| --label k=v | Attach 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.