Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In frankfurt we also consider the stability of the installation through teh Dialy chainsthe Daily 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.

...

Environment

Tests executed from 07/01/2021 to 13/01/2021 on a Guilin lab. Reusing the basic_vm with different service names (it means that we recreate all the SDC objects VSP, VF Services).

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:

Image Added


The name of the service is basic_onboard_<Random string>, the random string is needed to ensure we reuse the onboarding mechanism (with the same name pythonsdk will retrieved the service already onboarded)


During the test we monitor the ONAP cluster resources through a prometheus/grafana

<graph grafana memory & CPU générale>

:

Image Added


Image Added


Common Cassandra resource consumption:

Image Added

Image Added<graph grafana memory & CPU SDC>

Results

Data format is MM:SS

...

criteria \ Serie12345678910AverageGlobal
Success rate (%)1001001001001008010010010010010098100
Min duration04:4627:3910:232410:141510:2611:18,0007:414207:535408:0508:343508:2007:424:46
Max duration04:5327:4310:3610:1710:262711:20,002207:530708:590008:181908:4208:4427:43
Average duration0427:504127:4010:281610:152710:2611:18,752007:4807:5808:571208:113908:4211:3809
Median duration04:5027:4110:2610:1610:262711:18,501907:484907:5908:1308:124008:393809:30
Comments/Errrors/////

ERROR : maximum recursion depth

exceeded in a python object

/

/////


Evolution of the average duration in seconds over time for series of 5.

Image Added<graph min/max/mean/average = f(serie)



10 parallel onboarding (5 series)

criteria \ Serie12345AverageGlobal
Success rate (%)1001001001009010098100
Min duration16:030416:0315:232416:3219:4019:0739,0015:2324
Max duration16:2216:2217:1017:3620:00,000119:5020:0001
Average duration16:1516:15511617:50231719:225219:4618:50,00
Median duration16:19201617:190817:08331719:325319:52,00:3817:33
Comments/Errrors////

/

ERROR : Resource Category

with "Generic" name

does not exist

<graph min/max/mean/average = f(serie)

/


Evolution of the average duration in seconds over time for series of 10.

Image Added

Evolution of test durations over the campaign for series of 5 (red/first circle) and 10 (green/second circle).

Image Added<pour toutes les séries  durée =f(time)>


Conclusions

ONAP Guilin is able to support 10 parallel onboarding, which is what we do expect.


We may also observe that:

  1. 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.
  2. The more // processing we have, the slower the onboarding this. duration = f(nb parallel onboarding) seems almost linear.