...
On patchset submission, the gating chain is triggered. It can be seen in the gerrit History windows.
A fourth notification is done to display the results in the gerrit review.
Please note that if you resubmit an amednded amended patch, it will retrigger a deployment and testing sequence. For the moment there is no filter so even a doc change triggers the pipeline.
...
At the end of the processing the ONAP jobDeployer reports the results
If you follow the link links you will reach the xtesting-onap gitlab page (on gitlab.com).
...
Test | Description | Criteria | Results |
---|---|---|---|
onap_healthcheck_k8s/onap-k8s | We check the status of the ONAP pods | FAIL if 1 PODS in non Running state | logs available under results/healthcheck-k8s/k8s/xtesting.log In the logs you will find
results are also published in a public database: |
onap_healthcheck_k8s/onap-helm | We check the status of the ONAP helm chart | FAIL if 1 chart is not DEPLOYED | logs available under results/healthcheck-k8s/k8s/xtesting.log In the logs you will find
results are also published in a public database: |
healthcheck
| Traditionnal Robot healthcheck test suites with the label core, small, medium or full the tesuites are run in parallel | FAIL if 1 of the helcheck if FAIL | logs available under results/healthcheck/<core|small|medium|full>/xtesting.log Robot outputs are available in results/healthcheck/<core|small|medium|full>/<core|small|medium|full> Results are also published in a public database: |
healthdist | Robot test to check the onboarding and distribution of the model in ONAP | FAIL if the csar cannot be retried or the model cannot be distributed | logs available under results/healthcheck/healthdist/xtesting.log |
End to End tests
| They correspond to full onboard/instantation of some VNFs They are triggered only if core and small healthcheck test suites aree successful the test includes the creation and the cleaning of the resources | FAIL if VNF cannot be created at any stage (onboarding, distribution, instantiation,..) if basic_vm Fails, other cases are not executed to save time | logs available under results/vnf/vnf/xtesting.log |
...