diff options
author | Kanagaraj M <mkr1481@gmail.com> | 2019-09-12 17:25:18 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-09-12 17:25:18 +0530 |
commit | 7625bda866bc406b576790b778f4fa8c51bec625 (patch) | |
tree | 50ba094b4ae502870d392225fe3e628a86a71b13 /products/onap-dublin | |
parent | 25363d85348328874f875997186afaa0d3cd4899 (diff) |
Fix bug in service model test approval
Issue-ID: CLI-166
Change-Id: I76de5b2655be0ba34b15b4976e529ef64484df89
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-dublin')
2 files changed, 3 insertions, 3 deletions
diff --git a/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/vnf-tosca-provision-dublin-schema.yaml b/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/vnf-tosca-provision-dublin-schema.yaml index e7c509a6..ff67ee5e 100644 --- a/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/vnf-tosca-provision-dublin-schema.yaml +++ b/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/vnf-tosca-provision-dublin-schema.yaml @@ -39,10 +39,10 @@ description: | c. Type 'profile onap-dublin' to create or to use existing onap-dublin profile d. Set following entries: - set sdc.onboarding:host-url=https://159.138.8.8:30280 + set sdc.onboarding:host-url=http://159.138.8.8:30280 set sdc.onboarding:host-username=cs0008 set sdc.onboarding:host-password=demo123456! - set sdc.catalog:host-url=https://159.138.8.8:30205 + set sdc.catalog:host-url=http://159.138.8.8:30205 set sdc.catalog:host-password=demo123456\! set sdc.catalog:host-username=cs0008 set sdc.catalog:service-model-approve:host-username=gv0001 diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-accept-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-accept-schema-dublin.yaml index 8522ea6a..16356c74 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-accept-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-accept-schema-dublin.yaml @@ -65,4 +65,4 @@ http: result_map: id: $b{$.uniqueId} version: $b{$.version} - uuid: $b{$.unid}
\ No newline at end of file + uuid: $b{$.uuid}
\ No newline at end of file |