diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-06-09 15:37:37 +0200 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2020-06-11 13:22:12 +0000 |
commit | 0794e6795a7ad5fbbd986d1049234e013289d033 (patch) | |
tree | 0f667e7cdfcc5c5f42888b2905cf7872331eee5c /docs/docs_usecases.rst | |
parent | 1fbf85460da4aecac1db70dba54b665c8d2bb9d5 (diff) |
Update stability test documentation
+ fix remaining rst errors, broken links,..
Issue-ID: INT-1551
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I30a480722b34128c997dcfd4f9ae7c1143e6d87c
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'docs/docs_usecases.rst')
-rw-r--r-- | docs/docs_usecases.rst | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/docs/docs_usecases.rst b/docs/docs_usecases.rst index bdb39cedb..ff5e18bff 100644 --- a/docs/docs_usecases.rst +++ b/docs/docs_usecases.rst @@ -42,7 +42,6 @@ Functional Requirements :widths: 60,20,20 :header-rows: 1 - .. csv-table:: 5G functional requirements table :file: functional-requirements-5g.csv :widths: 60,20,20 @@ -58,11 +57,20 @@ Some use cases have been integrated in ONAP gates. It means the tests are run on each daily or gating CI chain. The goal is to detect any regression as soon as possible and demonstrate the ability to automate the use cases. -The frankfurt use cases integrated in gates are: +.. csv-table:: automated use cases table + :file: automated-usecases.csv + :widths: 10,80,10 + :delim: ; + :header-rows: 1 + +The robot scripts can be found in ONAP testsuite repository, an execution +run-time is provided through the robot pod. -- pnf-regitrate -- 5gbulkpm -- hv-ves +The python onap_tests framework is hosted on +https://gitlab.com/Orange-OpenSource/lfn/onap/onap-tests. Please not that this +framework is valid up to Frankfurk and will be deprecated in Guilin. It will +be replaced by scenarios leveraging python-onapsdk +https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk. Deprecated Use Cases ~~~~~~~~~~~~~~~~~~~~ |