...
- stability test: vFw (then vFWCL) run continuously during 72h (https://docs.onap.org/en/elalto/submodules/integration.git/docs/integration-s3p.html?highlight=stability)
- resilency test: test when we destroy some pods and retest that the use case vFw is still OK (only up to El Alto)
In frankfurt we also consider the stability of the installation through teh the Dialy chains (https://docs.onap.org/projects/onap-integration/en/frankfurt/integration-s3p.html#integration-s3p)
Guilin
The stability tests considered for the release were:
...
what do we want to test, which figures? Nb of onboardings / instantiations? test duration//
In a first step, we estimate our needs to < to be discussed/commented/challenged/questioned/...>:
- 10 parallel service onboarding
- 50 parallel intsantiation
- ....
- - 10 simultaneous module upload in ONAP
- 50 parallel instantiation - 50 simultaneous service creations of service declared in ONAP
We could imagine additional KPIs
- number of simultaneous loop creation/instantiation
- number of dmaap messages
- number of event messages
The question has been raised at the community level especially among the service provider operating ONAP in production.
Testcase 1: Parallel onboarding tests
Description
The goal of this test is to create in parallel several services in the SDC.
...
2 series run several times:
- 5 simutalneous simultaneous onboarding
- 10 simultaneous onboarding
The main component used for this test is the SDC (+AAI).
the reporting page can be described as follows:
<reporting html basic_onboarding>
During the test we monitor the ONAP cluster resources through a prometheus/grafana
<graph grafana memory & CPU générale>
...
:
Common Cassandra resource consumption:
Results
Data format is MM:SS
...
Evolution of test durations over the campaign for series of 5 (red/first circle) and 10 (green/second circle).
Some insight into ressources consumption .
Databases ressource consumption.
...
ONAP Guilin is able to support 10 parallel onboarding, which is what we do expect.
We may also observe that:
- The number of previous onboarded services has no impact on the onboarding duration. The creation of resources is linear. It means that on serie 10, 9 services have been already created. We could have expected a linear increase of the onboarding duration because the client used for test list several times the services.So the more services in SDC, the bigger the list is. So globally the SDC resources increases continuously because we cannot delete them but it has no direct impact on the onboarding duration. The duration evolution is not linear and the duration may depend mainly on the cluster status.
- The more // processing we have, the slower the onboarding this. duration = f(nb parallel onboarding) seems almost linear.