What is ETSI?
The European Telecommunications Standards Institute (ETSI) produces globally-applicable standards for Information and Communications Technologies. As part of the NFV Release 2, ETSI set out standards covering the functionalities of the interfaces specified on the reference points, which use the acronym NFV-SOL (standing for “NFV Solutions”). As of ONAPs Dublin release the SO SVNFM adapter supports SOL003 standards for Create, Instantiate, Terminate and Delete operations with Granting, Subscription and Notification.
...
pip install robotframework
Install other robot framework libraries
Once all of this is done, then the tests should be run by calling the run-csit.sh script and giving it the location of our test folder (csit/plans/so/integration-etsi-testing). From the csit projects root folder run the following command:
...
There are three tests currently being run "Distribute Service Template", "Invoke Service Instantiation" and "Invoke VNF Instantiation".
Distribute Service Template
To As the name would suggest the aim for "Distribute Service Template" is to distribute a service template within the " SDC controller " pod is required. To do this a json file
"distributeServiceTemplate.json"
The test then distributes the
2. Invoke Service Instantiation
3. pod. Once a http session of the SDC controller is created a post request can be made to it. This post requests sends binary data from "distributeServiceTemplate.json". This json file contains resources and artifacts required to distribute a service. Once this post request is sent, the response status code is checked to see if it is 200. If the code is not equal to 200 then the test is thought to be a failure.
Invoke Service Instantiation
Invoke VNF Instantiation
Configuration
Troubleshooting
...