09618627e10f53c10986e8284decec5f8b2767b0
[vfc/nfvo/lcm.git] / resources / testscripts / 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_get
13 If you want to query the registration status in msb, you can execute the msb_get script directly.
14
15 # msb_delete
16 If you want to delete an MSB record, you can execute the msb_del script and put the ID
17 generated at the time of creation after execution of the command.
18
19 Note: IP address for MSB service
20       MSB cannot be created repeatedly