summaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/generalconfig/OnBoardingSteps.json
blob: ca69f28530260e5e5c66131593f3ca82dc3211e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{  
   "operTypeList":[  
      {  
         "operTypeName":"Validation",
         "operTypeId":"validation",
         "oper":[  
            {  
               "operId":"upload_id_1",
               "operName":"Validation Step 1 Execute"
            },
            {  
               "operId":"upload_id_2",
               "operName":"Validation Step 2 Execute"
            },
			{  
               "operId":"upload_id_3",
               "operName":"Validation Step 3 Execute"
            },
            {  
               "operId":"upload_id_4",
               "operName":"Validation Step 4 Execute"
            }
         ]
      },
      {  
         "operTypeName":"LifeCycle",
         "operTypeId":"lifecycletest",
         "oper":[  
            {  
               "operId":"lifecycleTestexec",
               "operName":"LifeCycle Test Execute"
            }
         ]
      },
      {  
         "operTypeName":"Function Test",
         "operTypeId":"functiontest",
         "oper":[  
            {  
               "operId":"packageExists",
               "operName":"Check Package exists"
            },
            {  
               "operId":"download",
               "operName":"Download Package from Repository"
            },
            {  
               "operId":"functestexec",
               "operName":"Execute Function Testing"
            }
         ]
      }
   ]
}