commit | 06c4aa69e525c7865a9465c11594a271c3e5ffbd | [log] [tgz] |
---|---|---|
author | Jonathan Platt <jonathan.platt@att.com> | Wed Jul 28 13:00:04 2021 -0400 |
committer | Jonathan Platt <jonathan.platt@att.com> | Wed Jul 28 13:00:04 2021 -0400 |
tree | 338f3b62367be17296d309dc6987251f6cdb3d5b | |
parent | cdcd58f6f622c7c3b05fdf7ae96d5a716a6194cc [diff] |
Add A&AI Mock Response Simulator for Testing Added A&AI mock response simulator for CSIT test cases. Issue-ID: SDNC-1586 Signed-off-by: Jonathan Platt <jonathan.platt@att.com> Change-Id: I89ab08598ae3628e668353097a6763c50951a14d Former-commit-id: 698315d91a4071d467bb7760f57d3584c9008c28
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