commit | 3f0cf04efd86ee181e2358488390b408a2e1b4d3 | [log] [tgz] |
---|---|---|
author | Singal, Kapil (ks220y) <ks220y@att.com> | Mon Jul 12 11:42:45 2021 -0400 |
committer | KAPIL SINGAL <ks220y@att.com> | Wed Jul 14 17:06:05 2021 +0000 |
tree | 65a1de312aab4de6a435b1c645072a007bb2a75e | |
parent | 7d07a84694cb4f7b0153b141fe2f7f2850557f78 [diff] |
Short Term fix for javax.servlet-api Fixing run-csit.sh script Commenting out few sdnc_csit.robot tests for short term Issue-ID: SDNC-1581 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I0a4941519eff4e774d77a59dcf3da3da457356e5 Former-commit-id: de3e2550b9b63e49d2813e6b3d94cb0a1a33c791
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