blob: 2bd83b648ac29fc89d4f3ca16ddc476a6d4145b6 [file] [log] [blame]
Gary Wue8c445a2018-11-29 11:54:52 -08001.. _integration-s3p:
2
Gary Wucd47a012018-11-30 07:18:36 -08003ONAP Maturity Testing Notes
4---------------------------
Gary Wue8c445a2018-11-29 11:54:52 -08005
mrichomme842d3222019-10-09 14:02:17 +02006For the El Alto release, ONAP continues to improve in multiple
Gary Wue8c445a2018-11-29 11:54:52 -08007areas of Scalability, Security, Stability and Performance (S3P)
8metrics.
9
10
11
12Stability
13=========
mrichomme842d3222019-10-09 14:02:17 +020014Integration Stability Testing verifies that the ONAP platform remains fully
15functional after running for an extended amounts of time.
16This is done by repeated running tests against an ONAP instance for a period of
1772 hours.
Gary Wue8c445a2018-11-29 11:54:52 -080018
19Methodology
20~~~~~~~~~~~
21
22The Stability Test has two main components:
23
mrichomme842d3222019-10-09 14:02:17 +020024- Running "ete stability72hr" Robot suite periodically. This test suite
25 verifies that ONAP can instantiate vDNS, vFWCL, and VVG.
26- Set up vFW Closed Loop to remain running, then check periodically that the
27 closed loop functionality is still working.
Gary Wue8c445a2018-11-29 11:54:52 -080028
Gary Wue8c445a2018-11-29 11:54:52 -080029
30Results: 100% PASS
31~~~~~~~~~~~~~~~~~~
Gary Wu70d75b52019-06-21 10:06:17 -070032=================== ======== ========== ======== ========= =========
33Test Case Attempts Env Issues Failures Successes Pass Rate
34=================== ======== ========== ======== ========= =========
35Stability 72 hours 72 34 0 38 100%
36vFW Closed Loop 75 7 0 68 100%
37**Total** 147 41 0 106 **100%**
38=================== ======== ========== ======== ========= =========
Gary Wue8c445a2018-11-29 11:54:52 -080039
Gary Wu70d75b52019-06-21 10:06:17 -070040Detailed results can be found at https://wiki.onap.org/display/DW/Dublin+Release+Stability+Testing+Status .
Gary Wue8c445a2018-11-29 11:54:52 -080041
42.. note::
Gary Wu70d75b52019-06-21 10:06:17 -070043 - Overall results were good. All of the test failures were due to
44 issues with the unstable environment and tooling framework.
45 - JIRAs were created for readiness/liveness probe issues found while
46 testing under the unstable environment. Patches applied to oom and
47 testsuite during the testing helped reduce test failures due to
48 environment and tooling framework issues.
49 - The vFW Closed Loop test was very stable and self recovered from
50 environment issues.
Gary Wue8c445a2018-11-29 11:54:52 -080051
52
53Resilience
54==========
55
mrichomme842d3222019-10-09 14:02:17 +020056Integration Resilience Testing verifies that ONAP can automatically recover
57from failures of any of its components.
58This is done by deleting the ONAP pods that are involved in each particular Use
59Case flow and then checking that the Use Case flow can again be executed
60successfully after ONAP recovers.
Gary Wue8c445a2018-11-29 11:54:52 -080061
62Methodology
63~~~~~~~~~~~
mrichomme842d3222019-10-09 14:02:17 +020064For each Use Case, a list of the ONAP components involved is identified.
65The pods of each of those components are systematically deleted one-by-one;
66after each pod deletion, we wait for the pods to recover, then execute the Use
67Case again to verify successful ONAP platform recovery.
Gary Wue8c445a2018-11-29 11:54:52 -080068
69
Gary Wu70d75b52019-06-21 10:06:17 -070070Results: 99.4% PASS
Gary Wue8c445a2018-11-29 11:54:52 -080071~~~~~~~~~~~~~~~~~~~
Gary Wu70d75b52019-06-21 10:06:17 -070072=============================== ======== ========== ======== ========= =========
73Use Case Attempts Env Issues Failures Successes Pass Rate
74=============================== ======== ========== ======== ========= =========
75VNF Onboarding and Distribution 49 0 0 49 100%
76VNF Instantiation 64 19 1 44 97.8%
77vFW Closed Loop 66 0 0 66 100%
78**Total** 179 19 1 159 **99.4%**
79=============================== ======== ========== ======== ========= =========
Gary Wue8c445a2018-11-29 11:54:52 -080080
Gary Wu70d75b52019-06-21 10:06:17 -070081Detailed results can be found at https://wiki.onap.org/display/DW/Dublin+Release+Resilience+Testing+Status .
Gary Wue8c445a2018-11-29 11:54:52 -080082
83
84Deployability
85=============
86
87Smaller ONAP container images footprint reduces resource consumption,
88time to deploy, time to heal, as well as scale out resources.
89
90Minimizing the footprint of ONAP container images reduces resource
91consumption, time to deploy, time and time to heal. It also reduces
92the resources needed to scale out and time to scale in. For those
93reasons footprint minimization postively impacts the scalability of
94the ONAP platform. Smaller ONAP container images footprint reduces
95resource consumption, time to deploy, time to heal, as well as scale
96out resources.