aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2023-02-27 16:25:38 +0000
committersaul.gill <saul.gill@est.tech>2023-02-28 08:59:49 +0000
commitce601f27a0c8f2cb969d2ba2c3a5e21990b46287 (patch)
treea4cd41f24ca4e1842a072b6e120e15409ff06049
parent23090adbfe10f06984ab1790959c1f77d7c95269 (diff)
Fix broken links
Issue-ID: POLICY-4570 Change-Id: Iaf8e492c5c00631a476b113076b278a4ae1c6af4 Signed-off-by: saul.gill <saul.gill@est.tech>
-rw-r--r--docs/development/devtools/drools-smoke.rst3
-rw-r--r--docs/development/devtools/xacml-smoke.rst4
-rw-r--r--docs/drools/pdpdApps.rst6
-rw-r--r--docs/drools/pdpdEngine.rst6
4 files changed, 9 insertions, 10 deletions
diff --git a/docs/development/devtools/drools-smoke.rst b/docs/development/devtools/drools-smoke.rst
index a648dbd1..363bb503 100644
--- a/docs/development/devtools/drools-smoke.rst
+++ b/docs/development/devtools/drools-smoke.rst
@@ -56,7 +56,6 @@ and dependent components. The following scenarios should be considered:
- Verify vCPE, vDNS, and vFirewall use cases and recorded metrics.
The following testsuites contain everything necessary for the previous verifications:
-
-- `CSIT Robot framework <https://github.com/onap/policy-docker/blob/master/csit/drools-applications/tests/drools-applications-test.robot>`_
+- `CSIT Robot framework <https://github.com/onap/policy-docker/blob/master/csit/resources/tests/drools-applications-test.robot>`_
- `JMeter S3P <https://github.com/onap/policy-drools-applications/blob/master/testsuites/stability/src/main/resources/s3p.jmx>`_
diff --git a/docs/development/devtools/xacml-smoke.rst b/docs/development/devtools/xacml-smoke.rst
index 91818c66..2a0be4b6 100644
--- a/docs/development/devtools/xacml-smoke.rst
+++ b/docs/development/devtools/xacml-smoke.rst
@@ -55,6 +55,6 @@ PDP and dependent components. The following scenarios should be considered:
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>`_
+- `CSIT Robot framework <https://github.com/onap/policy-docker/blob/master/csit/resources/tests/xacml-pdp-test.robot>`_
+- `JMeter S3P <https://github.com/onap/policy-xacml-pdp/blob/master/testsuites/stability/src/main/resources/testplans/stability.jmx>`_
diff --git a/docs/drools/pdpdApps.rst b/docs/drools/pdpdApps.rst
index 58bbb068..5ef0a3fc 100644
--- a/docs/drools/pdpdApps.rst
+++ b/docs/drools/pdpdApps.rst
@@ -877,9 +877,9 @@ Running PDP-D Control Loop Application with other components
The reader can also look at the `policy/docker repository <https://github.com/onap/policy-docker/tree/master/csit>`__.
More specifically, these directories have examples of other PDP-D Control Loop configurations:
-* `plans <https://github.com/onap/policy-docker/tree/master/csit/drools-applications/plans>`__: startup & teardown scripts.
-* `scripts <https://github.com/onap/policy-docker/blob/master/csit/docker-compose-all.yml>`__: docker-compose file.
-* `tests <https://github.com/onap/policy-docker/tree/master/csit/drools-applications/tests>`__: test plan.
+* `plans <https://github.com/onap/policy-docker/tree/master/compose>`__: startup & teardown scripts.
+* `scripts <https://github.com/onap/policy-docker/blob/master/compose/docker-compose.yml>`__: docker-compose file.
+* `tests <https://github.com/onap/policy-docker/blob/master/csit/resources/tests/drools-applications-test.robot>`__: test plan.
Additional information
======================
diff --git a/docs/drools/pdpdEngine.rst b/docs/drools/pdpdEngine.rst
index 6992a8ed..22e5cbeb 100644
--- a/docs/drools/pdpdEngine.rst
+++ b/docs/drools/pdpdEngine.rst
@@ -1380,9 +1380,9 @@ Other examples
The reader can also look at the `policy/docker repository <https://github.com/onap/policy-docker/tree/master/csit>`__.
More specifically, these directories have examples of other PDP-D configurations:
-* `plans <https://github.com/onap/policy-docker/tree/master/csit/drools-pdp/plans>`__: startup & teardown scripts.
-* `scripts <https://github.com/onap/policy-docker/blob/master/csit/docker-compose-all.yml>`__: docker-compose file.
-* `tests <https://github.com/onap/policy-docker/tree/master/csit/drools-pdp/tests>`__: test plan.
+* `plans <https://github.com/onap/policy-docker/tree/master/compose>`__: startup & teardown scripts.
+* `scripts <https://github.com/onap/policy-docker/blob/master/compose/docker-compose.yml>`__: docker-compose file.
+* `tests <https://github.com/onap/policy-docker/blob/master/csit/resources/tests/drools-pdp-test.robot>`__: test plan.
Configuring the PDP-D in an OOM Kubernetes installation
=======================================================