aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/devtools/xacml-smoke.rst
blob: 5b7eb8ea2b3d51c3ba10635f3aec4ad67a7e5c6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.. This work is licensed under a
.. Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0

.. _policy-api-smoke-testing-label:

.. toctree::
   :maxdepth: 2

XACML PDP Smoke Test
~~~~~~~~~~~~~~~~~~~~

The policy-xacml-pdp smoke testing can be executed against a kubernetes based ONAP installation,
and/or a docker-compose set up similar to the one executed by CSIT tests.

General Setup
*************

ONAP OOM kubernetes
-------------------

For installation instructions, please refer to the following documentation:

`OOM Quick Start Guide <https://docs.onap.org/projects/onap-oom/en/latest/oom_quickstart_guide.html>`_

At a minimum policy needs the following components installed:

- onap base charts
- AAF for certificate generation
- DMaaP message-router for communication among policy components.

docker-compose based
--------------------

A smaller testing environment can be put together by replicating the CSIT test environment:

`Policy CSIT Test infrastructure <https://git.onap.org/policy/docker/tree/csit>`_

Testing procedures
******************

The smoke tests should be focused on verifying the proper workings of the xacml
PDP and dependent components.   The following scenarios should be considered:

- PDP-X registration with PAP.
- PDP-X restarts and re-registration with PAP.
- Healtchecks
- Statistics and Prometheus metrics.
- Verify decision with monitoring policies.
- Verify decision with optimization policy.
- Verify decision with min/max policy.
- Verify decision with frequency limiter policy.
- Verify decision with default guard policy.
- Verify decision with naming policy.

The following testsuites contain everything necessary for the previous verifications:

- `CSIT Robot framework <https://git.onap.org/policy/docker/tree/csit/xacml-pdp/tests/xacml-pdp-test.robot>`_
- `JMeter S3P <https://git.onap.org/policy/xacml-pdp/tree/testsuites/stability/src/main/resources/testplans/stability.jmx>`_