28 lines
790 B
Markdown
28 lines
790 B
Markdown
# Track 9 Acceptance Evidence
|
|
|
|
Use this folder for formal QA-lab acceptance artifacts for Asterisk integration.
|
|
|
|
Recommended structure:
|
|
|
|
- `docs/acceptance/track9/<timestamp>/...` for each run
|
|
- include:
|
|
- bridge status snapshots
|
|
- smoke/check outputs
|
|
- sampled DB evidence
|
|
- final acceptance note
|
|
|
|
Generate a baseline package with:
|
|
|
|
```powershell
|
|
python scripts\track9_collect_evidence.py --base-url http://localhost:8080 --database-url <database-url> --run-checks --require-recording
|
|
```
|
|
|
|
When `--run-checks` is used, the package now includes:
|
|
- `preflight_output.txt`
|
|
- `smoke_output.txt`
|
|
- `track9_check_output.txt`
|
|
|
|
For production cutover tracking (Track 9.2), start from:
|
|
|
|
- [track9-cutover-sheet.template.md](/e:/Zhan/docs/acceptance/track9/track9-cutover-sheet.template.md)
|