diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-05-19 23:00:34 +0200 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2020-05-21 13:10:30 +0000 |
commit | cb0256a2e85cb929f145509b46fa56cbd4f07e62 (patch) | |
tree | e6e798889d86c8ff61e0f57981acaf6d74bc44b1 /docs/index.rst | |
parent | 5c8df8e5ed7ee98c76657125815640558cb8f1f0 (diff) |
Update Doc for frankfurt
Issue-ID: INT-1551
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I8cd83775001a125c11a0408d05a4dacb54f2c1c9
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst index 81c630d2a..a82a8a733 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,12 +3,34 @@ INTEGRATION =========== -The Integration project provides the following artifacts: -- Heat template to deploy the virtual ressources needed for the ONAP deployment -- Test suites and tools to check the various ONAP components based on Robot Framework -- Artifacts and documentation for the use-case deployments +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 |