diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Appendix.rst | 12 | ||||
-rw-r--r-- | docs/OnboardInstantiateTests.rst | 12 | ||||
-rw-r--r-- | docs/PackageTests.rst | 4 | ||||
-rw-r--r-- | docs/conf.py | 9 |
4 files changed, 21 insertions, 16 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 </../../../../vnfrqts/requirements.git/docs/Chapter9/index>` and maps the requirements to the tests in VVP to output this table. -You can download the table -`here <https://nexus.onap.org/content/sites/raw/org.onap.vvp.validation-scripts/master/traceability.csv>`_. - **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 <https://nexus.onap.org/content/sites/raw/org.onap.vvp.validation-scripts/master/traceability.csv>`_. + .. 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() |