diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-12-13 12:36:27 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-12-14 10:57:04 +0100 |
commit | 9b632847c57f2ff7946ffe12927cfc14f2e46d53 (patch) | |
tree | e3a616d3728c38e7c63574b6691f7215b743f8cd /docs | |
parent | 9d1916c9f16d8a9426d11ad732d08b14b6d5d7b3 (diff) |
[DOC] Update documentation with recent additions
Add info about data-provider tool
Add info about edit_committers_info
Fix broken link
Change-Id: I56f02ae4e82e066877b080ba39b22d33e84d2054
Issue-ID: INT-2035
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/files/csv/release-integration-features.csv | 1 | ||||
-rw-r--r-- | docs/files/csv/repo-integration.csv | 1 | ||||
-rw-r--r-- | docs/files/csv/tests-smoke.csv | 2 | ||||
-rw-r--r-- | docs/integration-tooling.rst | 4 |
4 files changed, 7 insertions, 1 deletions
diff --git a/docs/files/csv/release-integration-features.csv b/docs/files/csv/release-integration-features.csv index 24c256a5b..f2f385f4d 100644 --- a/docs/files/csv/release-integration-features.csv +++ b/docs/files/csv/release-integration-features.csv @@ -1,4 +1,5 @@ Issue-ID;Description +INT-2010;Release data-provider INT-1979;E2E Network slicing - Istanbul Release Documentation INT-1976;Updating release notes for CCVPN - Intent Based Networking and Cloud Leased Line Service. DOC-765;Remove indirect deps diff --git a/docs/files/csv/repo-integration.csv b/docs/files/csv/repo-integration.csv index 57d676111..c9487da6f 100644 --- a/docs/files/csv/repo-integration.csv +++ b/docs/files/csv/repo-integration.csv @@ -8,3 +8,4 @@ integration/seccom;Repory hosting seccom recommended versions and security test integration/usecases/A1-policy-enforcement;A1 policy enforcement introduced in Honolulu;`link <https://git.onap.org/integration/usecases/A1-policy-enforcement>`__ integration/usecases/A1-policy-enforcement-r-apps;A1 policy enforcement (analyticis part) introduced in Honolulu;`link <https://git.onap.org/integration/usecases/A1-policy-enforcement-r-apps>`__ integration/xtesting;Repository in charge to build th xtesting dockers used in CI/CD chains;`link <https://git.onap.org/integration/xtesting>`__ +integration/data-provider;Project that provides a tool to automate common ONAP resource creation;`link <https://git.onap.org/integration/data-provider>`__ diff --git a/docs/files/csv/tests-smoke.csv b/docs/files/csv/tests-smoke.csv index b990624c1..38d079e33 100644 --- a/docs/files/csv/tests-smoke.csv +++ b/docs/files/csv/tests-smoke.csv @@ -2,7 +2,7 @@ Tests;Description;Code;Comments basic_vm;Onboard, distribute and instantiate an Openstack VM using à la carte BPMN, replaced the former basic_vm test;`code <https://git.onap.org/testsuite/pythonsdk-tests/tree/src/onaptests/scenario/basic_vm.py>`__;`onap_pythonsdk <https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk>`__, `pythonsdk-tests <https://git.onap.org/testsuite/pythonsdk-tests/tree/>`__ basic_network;Onboard, distribute and instantiate a Neutron network;`code <https://git.onap.org/testsuite/pythonsdk-tests/tree/src/onaptests/scenario/basic_network.py>`__;`onap_pythonsdk <https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk>`__, `pythonsdk-tests <https://git.onap.org/testsuite/pythonsdk-tests/tree/>`__ basic_cnf;Onboard (new), distribute and instantiate a Kubernetes pods;`code <https://git.onap.org/testsuite/pythonsdk-tests/tree/src/onaptests/scenario/basic_cnf.py>`__;`onap_pythonsdk <https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk>`__, `pythonsdk-tests <https://git.onap.org/testsuite/pythonsdk-tests/tree/>`__ -**5gbulkpm**;5G Bulk PM Usecase functionality. The test has been significantly enhanced in Honolulu;`code <https://git.onap.org/testsuite/tree/robot/testsuites/usecases/5gbulkpm.robot>`__;`robotframework <https://robotframework.org/>`__ +**5gbulkpm**;5G Bulk PM Usecase functionality. The test has been significantly enhanced in Honolulu;`code <https://git.onap.org/testsuite/tree/robot/testsuites/usecases/5gbulkpm_helm.robot>`__;`robotframework <https://robotframework.org/>`__ pnf-registrate;Executes the PNF registration test cases including setup and teardown;`code <https://git.onap.org/testsuite/tree/robot/testsuites/pnf-registration.robot>`__;`robotframework <https://robotframework.org/>`__ cmpv2;CMPv2 Usecase functionality;`code <https://git.onap.org/testsuite/tree/robot/testsuites/cmpv2.robot>`__;`robotframework <https://robotframework.org/>`__ **basic_clamp**;distribute a model, enrich it with a tca blueprint, call Clamp to create a loop then instantiate it in Policy and DCAE;`code <https://git.onap.org/testsuite/pythonsdk-tests/tree/src/onaptests/scenario/basic_clamp.py>`__;`onap_pythonsdk <https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk>`__, `pythonsdk-tests <https://git.onap.org/testsuite/pythonsdk-tests/tree/>`__ diff --git a/docs/integration-tooling.rst b/docs/integration-tooling.rst index 6c1658e66..397f6bc73 100644 --- a/docs/integration-tooling.rst +++ b/docs/integration-tooling.rst @@ -41,6 +41,10 @@ Slack #integration-team chan (https://onapproject.slack.com/). You can also send a mail to onap-discuss AT lists.onap.org with [ONAP] [Integration] prefix in the title. +Repository management +..................... + +Since Integration team manages few dozens of different repositories a tool was provided to aid the process of mass editing the INFO.yaml files. It can be found `here <https://git.onap.org/integration/tree/ptl/edit_committers_info>`__. Testing ------- |