commit | 66ed118c3fb375419c50e231fa4bc8aa028ca9bb | [log] [tgz] |
---|---|---|
author | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | Wed Oct 13 06:31:52 2021 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Wed Oct 13 06:31:52 2021 +0000 |
tree | 8d1ee114241c160939334c06649802f348fea005 | |
parent | dd0e139acf7527dffb77cecf2c24a985eabad5b8 [diff] | |
parent | 2c4d878572be86786419130d35da41e58593be8c [diff] |
Merge "Support individual CLL deletion, and UNI removal from Ethernet Service, and adjusting the bandwidth of OTN tunnels and UNIs accordingly." Former-commit-id: 5e818524aa3383bc1f29b5cb2304edb53a7f9923
This source repository contains the directed graphs to support the SDNC controller, as well as the code to create the SDNC docker containers.
The following command will do a local build and create all SDNC docker containers:
mvn clean install -P docker -Ddocker.pull.registry=nexus3.onap.org:10001
To do a local build of only the SDNC controller docker image:
cd installation/sdnc mvn clean install -P docker -Ddocker.pull.registry=nexus3.onap.org:10001
To perform local CSIT testing, first create a local docker build of the SDNC controller images following the steps above.
Important note: CSIT testing is still based on Python2. So, before running the CSIT locally, be sure that your local environment is using the python2 version of 'python' and 'pip'
Once you have a local SDNC image build and python2 is installed, you can run a local CSIT test by running the following commands:
cd csit ./run-project-csit.sh