summaryrefslogtreecommitdiffstats
path: root/test/ansible-python-dg/mock-payloads/job-output.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/ansible-python-dg/mock-payloads/job-output.json')
-rw-r--r--test/ansible-python-dg/mock-payloads/job-output.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/ansible-python-dg/mock-payloads/job-output.json b/test/ansible-python-dg/mock-payloads/job-output.json
new file mode 100644
index 0000000..cd861c3
--- /dev/null
+++ b/test/ansible-python-dg/mock-payloads/job-output.json
@@ -0,0 +1,24 @@
+{
+ "httpRequest" : {
+ "method" : "GET",
+ "path" : .PATH_JOB_OUTPUT_PAYLOAD
+ },
+ "httpResponse" : {
+ "body" : "
+
+ PLAY [Hello World Sample] ******************************************************
+
+ TASK [Gathering Facts] *********************************************************
+ ok: [localhost]
+
+ TASK [Hello Message] ***********************************************************
+ ok: [localhost] => {
+ \"msg\": \"Hello World!\"
+ }
+
+ PLAY RECAP *********************************************************************
+ localhost : ok=2 changed=0 unreachable=0 failed=0
+
+"
+ }
+}