aboutsummaryrefslogtreecommitdiffstats
path: root/docs/integration-tooling.rst
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2022-10-27 08:40:00 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2022-11-02 09:33:47 +0000
commite300a27d84cdd268012b28a4d3222cd8eae17ff2 (patch)
tree6ca199fc4685dd66be0a221c9ab2a17a0510a01a /docs/integration-tooling.rst
parentcdacb811f7acc2eb0a6e5662d8d225a967160f2c (diff)
Integration Kohn release doc update
Update doc for ONAP Kohn release Issue-ID: INT-2159 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I0b0082cb460dfa46c587dff48a84317c27515260
Diffstat (limited to 'docs/integration-tooling.rst')
-rw-r--r--docs/integration-tooling.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/integration-tooling.rst b/docs/integration-tooling.rst
index c80e1df2f..d615e7e27 100644
--- a/docs/integration-tooling.rst
+++ b/docs/integration-tooling.rst
@@ -65,8 +65,8 @@ Some GUI tests (using Robotframework Selenium extension) had been initiated but
not maintained, as a consequence they are not integrated in CI/CD.
-Python-onapsdk
-..............
+Python ONAP SDK
+...............
The Openstack and Kubernetes python SDK are references widely adopted by the
developers and the industry. Developing a python ONAP SDK aimed to follow the
@@ -79,7 +79,7 @@ end to end tests) it was decided to develop a new python SDK.
This SDK has been developed in gitlab.com to benefit from the numerous built-in
options offered by gitlab and ensure the best possible code quality.
-- `python SDK repositoy <https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk>`_
+- `python SDK repositoy <https://gerrit.onap.org/r/admin/repos/integration/python-onapsdk>`_
- `python SDK documentation <https://python-onapsdk.readthedocs.io/en/latest/?badge=develop>`_
The project is fully Open Source, released under the Apache v2 license.
@@ -96,7 +96,7 @@ Any new feature shall respect the code quality criteria:
with ONAP. It is a **middleware** that can be used by test projects but it is
**NOT a test**.
-A compagnon project has been created in ONAP:
+A companion project has been created in ONAP:
`pythonsdk-tests <https://git.onap.org/testsuite/pythonsdk-tests/>`_.
The pythonsdk-test project defines tests based on python-onapsdk.