summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj Manickam <kanagaraj.manickam@huawei.com>2019-09-13 06:42:52 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-13 06:42:52 +0000
commitc1c644d51059d03785cd341684152bae29f1cd27 (patch)
treebff73c7b26c1f2d6aa7fc0366596460d14e290b7
parent97830fdd6e1b596219f8759716c75776ba10121f (diff)
parent7625bda866bc406b576790b778f4fa8c51bec625 (diff)
Merge "Fix bug in service model test approval"
-rw-r--r--products/onap-dublin/features/integration/src/main/resources/open-cli-schema/vnf-tosca-provision-dublin-schema.yaml4
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-test-accept-schema-dublin.yaml2
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