From: Murali-P Date: Fri, 20 Apr 2018 12:16:13 +0000 (+0530) Subject: Mention the validation steps X-Git-Tag: v1.1.1~17^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F43899%2F1;p=vnfsdk%2Frefrepo.git Mention the validation steps Show the steps to user Issue-ID: VNFSDK-234 Change-Id: If3ca3ee11bb30edb69deea7835a51285a33875e7 Signed-off-by: Murali-P --- diff --git a/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/generalconfig/OnBoardingSteps.json b/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/generalconfig/OnBoardingSteps.json index ca69f285..729e700d 100644 --- a/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/generalconfig/OnBoardingSteps.json +++ b/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/generalconfig/OnBoardingSteps.json @@ -6,19 +6,19 @@ "oper":[ { "operId":"upload_id_1", - "operName":"Validation Step 1 Execute" + "operName":"Validation Step 1: Extract the CSAR package" }, { "operId":"upload_id_2", - "operName":"Validation Step 2 Execute" + "operName":"Validation Step 2: Check CSAR Integrity" }, { "operId":"upload_id_3", - "operName":"Validation Step 3 Execute" + "operName":"Validation Step 3: Validate CSAR Meta Data file or MainService file" }, { "operId":"upload_id_4", - "operName":"Validation Step 4 Execute" + "operName":"Validation Step 4: Validate and scan TOSCA Meta Data" } ] },