What is ETSI?
The European Telecommunications Standards Institute (ETSI) produces globally-applicable standards for Information and Communications Technologies. As part 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.
Further Reading on ETSI within onap:
SO Plug-in Support for VNFM (SO VNFM Adapter)
For the SOL004 and SOL001 support, see the ETSI Package Management section (ETSI Package Management).
How to Run CSIT Tests
The follow steps are to install and run on an Ubuntu 18.04 (desktop) installation.
First pull the CSIT repo from Gerrit, either with or without the hooks
git clone "https://gerrit.onap.org/r/integration/csit"
or
git clone "https://gerrit.onap.org/r/integration/csit" && (cd "csit" && mkdir -p .git/hooks && curl -Lo `git rev-parse --git-dir`/hooks/commit-msg https://gerrit.onap.org/r/tools/hooks/commit-msg; chmod +x `git rev-parse --git-dir`/hooks/commit-msg)
Install pip if required
sudo apt install python-pip
Install Robot Framework through pip
pip install robotframework
Troubleshooting