diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2024-11-15 15:49:26 +0100 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-12-10 21:35:21 +0000 |
commit | 6b468a763382093c44dd4f2f2c4a6b13dbfa5a11 (patch) | |
tree | 713ec32454fe294e52d1efb2cc020ac649d1050b /csit | |
parent | 3268efe9fdeb7106f9bd185d0af0cfccdd0e3596 (diff) |
Correction for RFC-8040 migration3.0.1
Some configured URLs failed during the testing and are updated
in the properties file.
Additionally the vf-module preload URLs needs a fix, as it requires
2 values, e.g. preload-information/preload-list=<ID>,vf-module
Issue-ID: SDNC-1847
Change-Id: I55ff3ce8f1d00dd5747dd90dfca9c6a3016433d3
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Diffstat (limited to 'csit')
-rw-r--r-- | csit/plans/sdnc/testdata/GENERIC-RESOURCE-API_vf-module-topology-operation-assign-sync.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/plans/sdnc/testdata/GENERIC-RESOURCE-API_vf-module-topology-operation-assign-sync.xml b/csit/plans/sdnc/testdata/GENERIC-RESOURCE-API_vf-module-topology-operation-assign-sync.xml index a938fd3b..9dd172e0 100644 --- a/csit/plans/sdnc/testdata/GENERIC-RESOURCE-API_vf-module-topology-operation-assign-sync.xml +++ b/csit/plans/sdnc/testdata/GENERIC-RESOURCE-API_vf-module-topology-operation-assign-sync.xml @@ -243,7 +243,7 @@ </outcome>
<outcome value='Other'>
<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >
- <parameter name='restapiUrl' value="`$prop.controller.url + $prop.restapi.preloadinformation + $vf-module-topology-operation-input.vf-module-request-input.vf-module-name + '/vf-module'`" />
+ <parameter name='restapiUrl' value="`$prop.controller.url + $prop.restapi.preloadinformation + $vf-module-topology-operation-input.vf-module-request-input.vf-module-name + ',vf-module'`" />
<parameter name='restapiUser' value='`$prop.controller.user`' />
<parameter name='restapiPassword' value='`$prop.controller.pwd`' />
<parameter name='format' value='json' />
|