Reorder ATVM status output and standardize push reminders
This commit is contained in:
@@ -213,11 +213,12 @@ When asked for one VM or a VM set:
|
||||
## Status Reporting Format
|
||||
When the operator asks for the status of an ATVM automation run, report in this order:
|
||||
1. Heading/title using the run `build_name`.
|
||||
2. `COVERAGE:` section describing what the run was intended to cover, excluding the target-host list.
|
||||
3. `TEST FLOW:` section describing the template-specific numbered run flow for the test.
|
||||
4. Completed machines with machine name first and status second for each machine.
|
||||
5. Notes.
|
||||
6. Skipped machines with reason.
|
||||
2. `SUMMARY:` section with finished, passed, failed, and skipped counts.
|
||||
3. `HOSTS:` section with the machine rows.
|
||||
4. `TIMING:` section with start, end, total, quickest, longest, and average.
|
||||
5. `COVERAGE:` section describing what the run was intended to cover, excluding the target-host list.
|
||||
6. `TEST FLOW:` section describing the template-specific numbered run flow for the test.
|
||||
7. `NOTES:` section for broader context and anomalies.
|
||||
7. Remaining machines still to run.
|
||||
8. Summary counts for finished, passed, failed, and skipped machines.
|
||||
9. Timing details:
|
||||
@@ -233,6 +234,7 @@ Status-report expectations:
|
||||
- Use the same display layout for every ATVM automation status response regardless of test type (`e2e`, `systemOS`, `reboot`, `migrateops`, and others).
|
||||
- Use `/home/aw/code/cds/atvm/docs/automation/status-template.md` as the default template for both local status output and Mattermost status posts.
|
||||
- The default ATVM status template uses flat bullet-list sections for `COVERAGE:` and `TEST FLOW:`, Markdown tables for `SUMMARY:`, `HOSTS:`, and `TIMING:`, and uses `NOTES:` for flat operator-facing notes.
|
||||
- Order the status sections as `SUMMARY:`, `HOSTS:`, `TIMING:`, `COVERAGE:`, `TEST FLOW:`, then `NOTES:`.
|
||||
- The `HOSTS:` table includes `Host`, `Kernel`, `Status`, and `Detail` columns in that order.
|
||||
- In `COVERAGE:`, describe the template, datastore/config family, migration style, and plugin/integration path, but do not list target hosts there.
|
||||
- In `TEST FLOW:`, show the template-specific numbered run flow once for the whole test, not per host.
|
||||
|
||||
Reference in New Issue
Block a user