From 726fd64acda27c2d1eca946284c69ba646b97cba Mon Sep 17 00:00:00 2001 From: Hagop Bozawglanian Date: Tue, 13 Aug 2019 18:33:39 +0000 Subject: VNFRQTS - Updating the test case table Issue-ID: VNFRQTS-651 Signed-off-by: Hagop Bozawglanian Change-Id: I63bbb5c638bada408e86cb161401eec1b2400ba8 --- docs/Appendix.rst | 12 +++++++----- docs/OnboardInstantiateTests.rst | 12 ++++++------ docs/PackageTests.rst | 4 ++-- docs/conf.py | 9 ++++++--- etc/requirements.txt | 4 ++-- 5 files changed, 23 insertions(+), 18 deletions(-) diff --git a/docs/Appendix.rst b/docs/Appendix.rst index 9d8c64e..456d254 100644 --- a/docs/Appendix.rst +++ b/docs/Appendix.rst @@ -13,8 +13,8 @@ limitations under the License. -**Appendix** -============ +Appendix +======== .. _info-elements: @@ -38,13 +38,15 @@ dynamically within the VVP project, where it pulls down the latest JSON from :doc:`Req List ` and maps the requirements to the tests in VVP to output this table. -You can download the table -`here `_. - **Note: Tests on the bottom do not map to any requirements.** **Note: VVP only validates Heat for Requirements in Chapter 5.** +.. admonition:: Download + + You can download the table + `here `_. + .. csv-table:: **Test Traceability** :name: traceability-matrix :url: https://nexus.onap.org/content/sites/raw/org.onap.vvp.validation-scripts/master/rst.csv diff --git a/docs/OnboardInstantiateTests.rst b/docs/OnboardInstantiateTests.rst index f8ef3f7..d1bb71b 100644 --- a/docs/OnboardInstantiateTests.rst +++ b/docs/OnboardInstantiateTests.rst @@ -13,8 +13,8 @@ limitations under the License. -**VNF Onboard and Instantiate Test Specification** -================================================== +VNF Onboard and Instantiate Test Specification +============================================== .. contents:: :local: @@ -78,8 +78,8 @@ can serve in multiple roles for the purposes of the test. cases. -**Test Case Description**: VNF Onboarding and Instantiation using OpenStack Heat --------------------------------------------------------------------------------- +Test Case Description: VNF Onboarding and Instantiation using OpenStack Heat +---------------------------------------------------------------------------- This test case is specific to executing and validating the onboarding of a VNF using OpenStack Heat. @@ -222,8 +222,8 @@ some or all of the criteria below may not be executed. 4. The VNF has a ``VNFC`` object recorded in AAI with all required data elements -**Test Case Description**: VNF Onboarding and Instantiation using TOSCA ------------------------------------------------------------------------ +Test Case Description: VNF Onboarding and Instantiation using TOSCA +------------------------------------------------------------------- This test case is specific to executing and validating the onboarding of a VNF written in TOSCA and packaged in a CSAR. diff --git a/docs/PackageTests.rst b/docs/PackageTests.rst index ea9dbaf..648a79c 100644 --- a/docs/PackageTests.rst +++ b/docs/PackageTests.rst @@ -13,8 +13,8 @@ limitations under the License. -**VNF Package Test Cases** -========================== +VNF Package Test Cases +====================== The information in this section deals with the Test Cases corresponding to the the VNF Requirements. There are two types: diff --git a/docs/conf.py b/docs/conf.py index 04f8476..76c6fab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,7 +67,7 @@ master_doc = 'index' # General information about the project. project = u'' -copyright = u'2017 ONAP. Licensed under Creative Commons Attribution 4.0 International License' +copyright = u'2019 ONAP. Licensed under Creative Commons Attribution 4.0 International License' author = u'Open Network Automation Platform' @@ -96,7 +96,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = [ - '_build' + '_build' ] # The reST default role (used for this markup: `text`) to use for all @@ -138,7 +138,10 @@ html_theme = 'sphinx_rtd_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -#html_theme_options = {} +html_theme_options = { + 'style_nav_header_background': 'white', + 'sticky_navigation': False + } # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() diff --git a/etc/requirements.txt b/etc/requirements.txt index 88a97c0..fed31b0 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -15,12 +15,12 @@ ############################################################################# tox -Sphinx==1.8.1 +Sphinx==1.8.4 doc8 docutils setuptools six -sphinx_rtd_theme +sphinx_rtd_theme>=0.4.3 sphinxcontrib-blockdiag sphinxcontrib-needs>=0.2.3 sphinxcontrib-nwdiag -- cgit 1.2.3-korg