Modify test scripts of F version and add instructions about it
[vfc/nfvo/lcm.git] / resources / testscripts / F-version / ns / Instructions
1
2 # msb_create
3 The Python script in this folder is used to register ns to msb.
4 It mainly includes the creation, upload, query acquisition and deletion of msb.
5
6 # msb_upload
7 When you execute the msb_create script, you get an ID. At this time, you open the msb_upload script,
8 change the file path to the path where you want to upload the ns CSAR package,
9 then execute the msb_upload script and place the ID after executing the command,
10 and the ID will be automatically passed in.
11
12 # msb_download
13
14 By executing this script, you can access the catalog parsing interface and get the parsing content of the
15  uploaded ns package
16
17 # msb_get
18 If you want to query the registration status in msb, you can execute the msb_get script directly.
19
20 # msb_delete
21 If you want to delete an MSB record, you can execute the msb_del script and put the ID generated
22 at the time of creation after execution of the command.
23
24 Note: You should configure the IP and CSAR file path of MSB in const file
25       IP address for MSB service
26       MSB cannot be created repeatedly
27       The request mode of MSB is HTTPS, and the port of public IP is 30283