summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/ansible-python-dg/mock-payloads/job-output.json
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2021-01-21 14:17:58 +0000
committerGerrit Code Review <gerrit@onap.org>2021-01-21 14:17:58 +0000
commit2a26e7f038190ef736a73443ee56169fea6815a9 (patch)
tree4822f88f7fc70277f6559c198ee7cb4277d4eaeb /cds-regression-test/test/ansible-python-dg/mock-payloads/job-output.json
parent8908c43db11c2eecc2b6e730a5c99f6ec3091a95 (diff)
parente92fce768cb792f11920f45fdbb38b3af69e212f (diff)
Merge "Update to latest version"honolulu
Diffstat (limited to 'cds-regression-test/test/ansible-python-dg/mock-payloads/job-output.json')
-rw-r--r--cds-regression-test/test/ansible-python-dg/mock-payloads/job-output.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/cds-regression-test/test/ansible-python-dg/mock-payloads/job-output.json b/cds-regression-test/test/ansible-python-dg/mock-payloads/job-output.json
deleted file mode 100644
index 4877737..0000000
--- a/cds-regression-test/test/ansible-python-dg/mock-payloads/job-output.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "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
-
-"
- }
-}