Fix problems accessing the MSB interface
[vfc/nfvo/lcm.git] / resources / testscripts / E-version / vnf / Instructions
1
2 # msb_create
3 The Python script in this folder is used to register vnf to msb.
4 It mainly includes the creation, upload, query acquisition and deletion of msb.
5
6 # msb_upload
7 When the msb_create script is executed, an ID is obtained.
8 At this time, the msb_upload script is opened, the file path is changed to the path of the CSAR package
9 you want to upload vnf. Then the msb_upload script is executed and the ID is placed after the
10 command is executed, and the ID is automatically passed in.
11
12 # msb_onboard
13 You can access the catalog interface by executing the script to implement the onboard of VNF packages.
14
15
16 # msb_get
17 If you want to query the registration status in msb, you can execute the msb_get script directly.
18
19 # msb_delete
20 If you want to delete an MSB record, you can execute the msb_del script and put the ID
21 generated at the time of creation after execution of the command.
22
23 Note: IP address for MSB service
24       MSB cannot be created repeatedly