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>
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 ca69f28..729e700 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"
}
]
},