The goal of this section is to discuss on the best way to help projects integrating their tests in integration, either in CSIT or in CI/CD.

There are 2 level of test integration

  • CSIT = Functional testing run in Jenkins, these tests do not require a full ONAP and can be triggered on patch submission
  • CI/CD = these tests are executed on a target ONAP deployment through daily/weekly CI/CD chains



Examples

Integration of AAI multi-tenancy test suite

  • No labels