You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

The TSC has decided to launch a task to define how to improve Pair-Wise Testing for Dublin as defined in TSC-42

Current situation

For Beijing Release at Santa-Clara event (Dec, 2017), it was decided to perform pair-wise tests to achieve S3P.

For Casablanca Release, the projects had to perform pair-wise testing for RC0 milestone. Pair-wise testing has to be realized only OOM installation.

Various projects defined their own tests and run them when possible with no formal recommendation.

PTL must declare the various tests in the Integration Board: Integration Weather Board for Casablanca Release



The problems

  • Dependencies problem. To realize pair-wise testing, the two paired components must be ready. For Casablanca, some components were available late impacting the time to perform pair-wise tests.
  • No formal explanation to explain what to test
  • No formal way to describe the tests
  • No test storage
  • No consistent tests: Some projects perform tests in both ways, but there is not a global consistency (i.e. NBI tested SO - NBI, while SO did not test SO - NBI)


What to test?

Each ONAP component includes a large number of Docker containers. Each project must be responsible to perform unitary test to validate the interaction between these Docker containers and to validate the API offered by the components (e.g. SO is responsible to test the various offered API).

The main objective is to test that both components are interacting correctly (e.g. using the correct ports, protocol, API version...).


When to perform pair-wise tests?

Pair-wise testing must be executed between M4 and RC0 to validate functionalities between 2 components.

Performing tests manually between M4 and RC0 is not optimal. Automate pair-wise tests as much as possible and replay tests to guarantee that there is no unexpected behavior when a component updates the code.

Identify a list of 'core' projects that must be ready before others to avoid last minute tests will put high pressure on core components => define pair-wise tests to be run on a daily basis after RC0.


Draft Proposed recommendations:

  • Define formally the component dependencies for each project (c.f. NBI proposal) by project
  • Run CSIT on OOM installation by project
  • Develop a tool to verify that pair-wise tests are defined based on component dependencies  by integration
  • Define pair-wise tests by M4 by project
  • Run pair-wise tests under Integration project on daily basis after M4 (e.g. deploy a full fresh ONAP and run the pair-wise tests) by integration
  • Store tests in a DB by integration. Tests could also be store in a git repo, so they are easily accessible.




  • No labels