Fix test documentation

Change-Id: I1509b257222d0fde56caac2ce435ab5c86a2b157
This commit is contained in:
ibumarskov 2016-07-21 16:16:57 +03:00
parent de824e333a
commit f5ec2e8eaa
8 changed files with 15 additions and 13 deletions

View File

@ -44,7 +44,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Fuel NSXv plugin' project = u'Fuel NSXv plugin'
copyright = u'2015, Mirantis Inc.' copyright = u'2016, Mirantis Inc.'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
@ -181,8 +181,10 @@ htmlhelp_basename = 'FuelNSXvplugindoc'
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
latex_elements = { 'classoptions': ',openany,oneside', 'babel': '\\usepackage[english]{babel}' latex_elements = { 'classoptions': ',openany,oneside',
} 'babel': '\\usepackage[english]{babel}',
'preamble': '\setcounter{tocdepth}{3} '
'\setcounter{secnumdepth}{0}'}
# Grouping the document tree into LaTeX files. List of tuples # Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, # (source start file, target name, title,

View File

@ -9,8 +9,3 @@ Testing documents
:maxdepth: 3 :maxdepth: 3
source/nsx-v_test_plan source/nsx-v_test_plan
source/test_suite_smoke
source/test_suite_integration
source/test_suite_scale
source/test_suite_system
source/test_suite_failover

View File

@ -244,3 +244,13 @@ Acceptance criteria
* Critical and high issues are fixed * Critical and high issues are fixed
* All required documents are delivered * All required documents are delivered
* Release notes including a report on the known errors of that release * Release notes including a report on the known errors of that release
**********
Test cases
**********
.. include:: test_suite_smoke.rst
.. include:: test_suite_integration.rst
.. include:: test_suite_scale.rst
.. include:: test_suite_system.rst
.. include:: test_suite_failover.rst

View File

@ -1,4 +1,3 @@
========
Failover Failover
======== ========

View File

@ -1,4 +1,3 @@
===========
Integration Integration
=========== ===========

View File

@ -1,4 +1,3 @@
=====
Scale Scale
===== =====

View File

@ -1,4 +1,3 @@
=====
Smoke Smoke
===== =====

View File

@ -1,4 +1,3 @@
======
System System
====== ======