summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurali-P <murali.p@huawei.com>2018-04-20 17:46:13 +0530
committerMurali-P <murali.p@huawei.com>2018-04-20 17:46:13 +0530
commit5ef837efbf16ed70e38cdeb75a8761e0c5f42326 (patch)
treecf9d93bb6eb3b78d5b2722ab8ac5edf9a83e6e52
parentb944ed60c8e57b6f0f7d4d30bbfe4237307b9389 (diff)
Mention the validation steps
Show the steps to user Issue-ID: VNFSDK-234 Change-Id: If3ca3ee11bb30edb69deea7835a51285a33875e7 Signed-off-by: Murali-P <murali.p@huawei.com>
-rw-r--r--vnfmarket-be/vnf-sdk-marketplace/src/main/resources/generalconfig/OnBoardingSteps.json8
1 files changed, 4 insertions, 4 deletions
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"
}
]
},