commit | dfd2ca0b01409de98d89b36abdc82bd08cf474ca | [log] [tgz] |
---|---|---|
author | Hesam Rahimi <hesam.rahimi@huawei.com> | Tue Sep 21 23:21:08 2021 -0400 |
committer | Hesam Rahimi <hesam.rahimi@huawei.com> | Tue Sep 21 23:23:47 2021 -0400 |
tree | ac10c15874270f986865fa42ccd1f29126ae79e3 | |
parent | b1ca6cef4cb2fa4bee61abda7e328b45c520c497 [diff] |
Buf fixing for creation, deletion, and modification of a cloud leased-line (CLL) service. Issue-ID: SDNC-1594 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I4da3a04db97a3e6358cd24cdff540e2e97c208cc Former-commit-id: 0fab18d499c857b08812b099d9e0d88a93102247
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