summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/test/ansible-python-dg/mock-payloads/job-output.json
diff options
context:
space:
mode:
Diffstat (limited to 'cds-regression-test/test/test/ansible-python-dg/mock-payloads/job-output.json')
-rw-r--r--cds-regression-test/test/test/ansible-python-dg/mock-payloads/job-output.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/cds-regression-test/test/test/ansible-python-dg/mock-payloads/job-output.json b/cds-regression-test/test/test/ansible-python-dg/mock-payloads/job-output.json
new file mode 100644
index 0000000..4877737
--- /dev/null
+++ b/cds-regression-test/test/test/ansible-python-dg/mock-payloads/job-output.json
@@ -0,0 +1,24 @@
+{
+ "httpRequest" : {
+ "method" : "GET",
+ "path" : "/ansible-python-dg/success/api/v2/jobs/456/stdout/"
+ },
+ "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
+
+"
+ }
+}