blob: a82a8a73348f92fc1d3f135480b5e4918a64c240 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. _master_index:
INTEGRATION
===========
The Integration project is in charge of:
- Providing testing environment and support for the release use cases
- Executing Cross-project Continuous System Integration Testing (CSIT)
- Managing full ONAP CI chains (daily master, staging, stable) to ensure the
stability of the integration
- Developing and performing tests within full ONAP context (healthcheck, End to
End, performance, robustness...)
- Validating the ONAP release
For each release, the integration team provides the following artifacts:
- Test suites and tools to check the various ONAP components
- Use-case documentation and artifacts
- a testsuite docker ncluded in ONAP cluster to execute the tests
- Configuration fiales and Heat templates to simplify the creation of the virtual
ressources needed for the ONAP deployment and the use cases.
The integration team manages several official ONAP repositories:
- integration/*
- testsuite/*
- demo/*
- oparent/*.
.. include:: onap-oom-heat.rst
.. include:: onap-integration-ci.rst
|