From 0c3d6e7c3301bad875981a1e2eed2c1ae2e75d16 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Thu, 9 Aug 2018 23:38:03 -0400 Subject: [PATCH] add testing section for job events --- docs/job_events.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/job_events.md b/docs/job_events.md index 60f5ad7afdbd..2f4c35ae7226 100644 --- a/docs/job_events.md +++ b/docs/job_events.md @@ -95,6 +95,9 @@ playbook_on_play_start-install runner_on_ok_hostA (install_tower) ``` +## Testing +A management command for event replay exists for replaying jobs at varying speeds and other parameters. Run `awx-manage replay_job_events --help` for additional usage information. To prepare the UI for event replay, load the page for a finished job and then append `_debug` as a parameter to the url. + ## Code References * More comprehensive list of Job Events and the hierarchy they form https://github.com/ansible/awx/blob/devel/awx/main/models/jobs.py#L870 * Exhaustive list of Job Events in Tower https://github.com/ansible/awx/blob/devel/awx/main/models/jobs.py#L900