diff options
author | shashikanth.vh <shashikanth.vh@huawei.com> | 2018-11-15 17:48:12 +0530 |
---|---|---|
committer | Shashikanth VH <shashikanth.vh@huawei.com> | 2018-11-15 12:24:03 +0000 |
commit | 4357f55da843dd0d454b2bda867be33d1b28160f (patch) | |
tree | 820bfd8cdac56204c170df4b52ed8e8a5ebd24fd /platform-logic/generic-resource-api/src/main/xml | |
parent | a80381735f02625baa177faf4af99301a8858e4d (diff) |
removed vnf-id validation check in DG
1.vnf-information.vnf-id validation check should not be
mandatory in validate-vnf-input DG, its removed.
2. added execute node to read
generic-resource-api-dg.properties in
esr-thirdparty-sdnc-discovery DG.
Change-Id: Iea920004cdd548e16b4223cf57008fc00dbb1cb2
Issue-ID: SDNC-523
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Former-commit-id: 2971ac518e2facd3adf50a20de155045f48a0aac
Diffstat (limited to 'platform-logic/generic-resource-api/src/main/xml')
-rw-r--r-- | platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-vnf-input.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-vnf-input.xml b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-vnf-input.xml index bb60391c..6de5257f 100644 --- a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-vnf-input.xml +++ b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-vnf-input.xml @@ -39,15 +39,6 @@ </return>
</outcome>
</switch>
- <switch test='`$vnf-topology-operation-input.vnf-information.vnf-id`'>
- <outcome value=''>
- <return status='failure'>
- <parameter name='ack-final' value='Y'/>
- <parameter name="error-code" value="500" />
- <parameter name="error-message" value="vnf-information.vnf-id is a required input" />
- </return>
- </outcome>
- </switch>
<switch test='`$vnf-topology-operation-input.sdnc-request-header.svc-action`'>
<outcome value='assign'>
<block atomic="true">
@@ -83,4 +74,4 @@ </switch>
</block>
</method>
-</service-logic>
\ No newline at end of file +</service-logic>
|