summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/cba/ansible-python-dg/Plans
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/cba/ansible-python-dg/Plans
parent8908c43db11c2eecc2b6e730a5c99f6ec3091a95 (diff)
parente92fce768cb792f11920f45fdbb38b3af69e212f (diff)
Merge "Update to latest version"honolulu
Diffstat (limited to 'cds-regression-test/cba/ansible-python-dg/Plans')
-rw-r--r--cds-regression-test/cba/ansible-python-dg/Plans/ansible-python-dg.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/cds-regression-test/cba/ansible-python-dg/Plans/ansible-python-dg.xml b/cds-regression-test/cba/ansible-python-dg/Plans/ansible-python-dg.xml
deleted file mode 100644
index e00f17a..0000000
--- a/cds-regression-test/cba/ansible-python-dg/Plans/ansible-python-dg.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<service-logic
- xmlns='http://www.onap.org/sdnc/svclogic'
- xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
- xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='CONFIG' version='1.0.0'>
- <method rpc='AnsiblePython' mode='sync'>
- <block atomic="true">
- <execute plugin="ansible" method="process">
- <outcome value='failure'>
- <return status="failure">
- </return>
- </outcome>
- <outcome value='success'>
- <execute plugin="python" method="process">
- <outcome value='failure'>
- <return status="failure">
- </return>
- </outcome>
- <outcome value='success'>
- <return status='success'>
- </return>
- </outcome>
- </execute>
- </outcome>
- </execute>
- </block>
- </method>
-</service-logic> \ No newline at end of file