aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-01-23 12:05:50 +0000
committerliamfallon <liam.fallon@est.tech>2023-01-23 13:28:28 +0000
commit2c137f0da6d6cd90cf258b04d3e9b6d9ebf70a41 (patch)
tree051a10db3bc3b83478cce0d87f5583a6e1f65723 /docs/development
parente53174804338b83d78badae21a393c5d5abc8a39 (diff)
Upgrade springboot re-enable prometheus http stats
Springboot 2.5.14 has a bug in its actuator that does not automatically activate HTTP statiscis. iThis bug is causing our CSITs to fail in the master branch. This is fixed in the latest version of Springboot. See: https://github.com/spring-projects/spring-boot/issues/31263 Issue-ID: POLICY-4143 Change-Id: I04e56e81f06abf0416918df606f1d413b3eb4c1b Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/devtools/drools-smoke.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/development/devtools/drools-smoke.rst b/docs/development/devtools/drools-smoke.rst
index dacefdd4..a648dbd1 100644
--- a/docs/development/devtools/drools-smoke.rst
+++ b/docs/development/devtools/drools-smoke.rst
@@ -31,14 +31,14 @@ At a minimum policy needs the following components installed:
AAI, SO and other components can be simulated by installing the simulator charts:
-`Policy Simulator Helm Chart <https://git.onap.org/policy/docker/tree/helm/policy-models-simulator>`_
+`Policy Simulator Helm Chart <https://github.com/onap/policy-docker/tree/master/helm/policy/components/policy-models-simulator>`_
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>`_
+`Policy CSIT Test infrastructure <https://github.com/onap/policy-docker/tree/master/csit>`_
Testing procedures
******************
@@ -57,6 +57,6 @@ 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/drools-applications/tests/drools-applications-test.robot>`_
-- `JMeter S3P <https://git.onap.org/policy/drools-applications/tree/testsuites/stability/src/main/resources/s3p.jmx>`_
+- `CSIT Robot framework <https://github.com/onap/policy-docker/blob/master/csit/drools-applications/tests/drools-applications-test.robot>`_
+- `JMeter S3P <https://github.com/onap/policy-drools-applications/blob/master/testsuites/stability/src/main/resources/s3p.jmx>`_