diff options
-rw-r--r-- | docs/development/devtools/drools-smoke.rst | 8 | ||||
-rw-r--r-- | integration/pom.xml | 2 |
2 files changed, 5 insertions, 5 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>`_ diff --git a/integration/pom.xml b/integration/pom.xml index 4d7ab260..da478670 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -105,7 +105,7 @@ <version.snakeyaml>1.33</version.snakeyaml> <version.spring>5.3.22</version.spring> <!--version.spring>6.0.2</version.spring--> - <version.springboot>2.5.14</version.springboot> + <version.springboot>2.7.8</version.springboot> <!--version.springboot>3.0.0</version.springboot--> <version.springdoc>1.6.13</version.springdoc> <version.swagger.codegen.v3>3.0.36</version.swagger.codegen.v3> |