aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2024-05-10 12:00:33 +0100
committersaul.gill <saul.gill@est.tech>2024-05-10 12:00:38 +0100
commitf3020b169b9a4dcb4c06c7b9a82ea010cd83c862 (patch)
tree500c8545a08175bd70d16f8ab9b8ec07f863046c
parent32367d1ee2d60cda964bbfa7d512d23696a43449 (diff)
Xacml PDP smoke test doc updates
Issue-ID: POLICY-4995 Change-Id: I733209a06d272d8d8f5916f4c5f10a7312381e5f Signed-off-by: saul.gill <saul.gill@est.tech>
-rw-r--r--docs/development/devtools/smoke/xacml-smoke.rst20
1 files changed, 8 insertions, 12 deletions
diff --git a/docs/development/devtools/smoke/xacml-smoke.rst b/docs/development/devtools/smoke/xacml-smoke.rst
index 2a0be4b6..61f3551f 100644
--- a/docs/development/devtools/smoke/xacml-smoke.rst
+++ b/docs/development/devtools/smoke/xacml-smoke.rst
@@ -10,37 +10,33 @@
XACML PDP Smoke Test
~~~~~~~~~~~~~~~~~~~~
-The policy-xacml-pdp smoke testing can be executed against a kubernetes based ONAP installation,
+The policy-xacml-pdp smoke testing can be executed against a kubernetes based policy framework installation,
and/or a docker-compose set up similar to the one executed by CSIT tests.
General Setup
*************
-ONAP OOM kubernetes
--------------------
+PF kubernetes Install
+---------------------
For installation instructions, please refer to the following documentation:
-`OOM Documentation <https://docs.onap.org/projects/onap-oom/en/latest/>`_
+`Policy Framework K8S Install <https://docs.onap.org/projects/onap-policy-parent/en/latest/development/devtools/testing/csit.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.
+The script referred to in the above link should handle the install of the of microk8s, docker and other required components for the install of the policy framework and clamp components. The scripts are used by policy as a means to run the CSIT tests in Kubernetes.
docker-compose based
--------------------
-A smaller testing environment can be put together by replicating the CSIT test environment:
+A smaller testing environment can be put together by replicating the docker-based CSIT test environment. Details are on the same page as K8s setup:
-`Policy CSIT Test infrastructure <https://git.onap.org/policy/docker/tree/csit>`_
+`Policy CSIT Test Install Docker <https://docs.onap.org/projects/onap-policy-parent/en/latest/development/devtools/testing/csit.html>`_
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 and dependent components. The following scenarios should be considered:
- PDP-X registration with PAP.
- PDP-X restarts and re-registration with PAP.