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-18 01:31:41 +0000 |
commit | d1e6d41cce7c5a894536b2b88da760236b60a17d (patch) | |
tree | d9ff08b2f5ba2f6008b0e3c9d9b0bf62568f5566 /platform-logic/generic-resource-api/src/main/xml | |
parent | 3df4ba7c88cf330cd358b2cc1a21cd31405fcbb7 (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: 4f1d05b32513c4bbca760233948541cfb983cfb3
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>
|