From f5ec2e8eaa0682556b56abf604c47a917ed72b96 Mon Sep 17 00:00:00 2001 From: ibumarskov Date: Thu, 21 Jul 2016 16:16:57 +0300 Subject: [PATCH] Fix test documentation Change-Id: I1509b257222d0fde56caac2ce435ab5c86a2b157 --- doc/test/conf.py | 8 +++++--- doc/test/index.rst | 5 ----- doc/test/source/nsx-v_test_plan.rst | 10 ++++++++++ doc/test/source/test_suite_failover.rst | 1 - doc/test/source/test_suite_integration.rst | 1 - doc/test/source/test_suite_scale.rst | 1 - doc/test/source/test_suite_smoke.rst | 1 - doc/test/source/test_suite_system.rst | 1 - 8 files changed, 15 insertions(+), 13 deletions(-) diff --git a/doc/test/conf.py b/doc/test/conf.py index 065cf27..0a03357 100644 --- a/doc/test/conf.py +++ b/doc/test/conf.py @@ -44,7 +44,7 @@ master_doc = 'index' # General information about the project. 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 # |version| and |release|, also used in various other places throughout the @@ -181,8 +181,10 @@ htmlhelp_basename = 'FuelNSXvplugindoc' # -- 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 # (source start file, target name, title, diff --git a/doc/test/index.rst b/doc/test/index.rst index 965fadf..bb53f6f 100644 --- a/doc/test/index.rst +++ b/doc/test/index.rst @@ -9,8 +9,3 @@ Testing documents :maxdepth: 3 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 diff --git a/doc/test/source/nsx-v_test_plan.rst b/doc/test/source/nsx-v_test_plan.rst index 563d7fc..4f384af 100644 --- a/doc/test/source/nsx-v_test_plan.rst +++ b/doc/test/source/nsx-v_test_plan.rst @@ -244,3 +244,13 @@ Acceptance criteria * Critical and high issues are fixed * All required documents are delivered * 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 diff --git a/doc/test/source/test_suite_failover.rst b/doc/test/source/test_suite_failover.rst index c4bc2a4..0694ecb 100644 --- a/doc/test/source/test_suite_failover.rst +++ b/doc/test/source/test_suite_failover.rst @@ -1,4 +1,3 @@ -======== Failover ======== diff --git a/doc/test/source/test_suite_integration.rst b/doc/test/source/test_suite_integration.rst index 529a2ad..2c85e3f 100644 --- a/doc/test/source/test_suite_integration.rst +++ b/doc/test/source/test_suite_integration.rst @@ -1,4 +1,3 @@ -=========== Integration =========== diff --git a/doc/test/source/test_suite_scale.rst b/doc/test/source/test_suite_scale.rst index 29762de..5fe74d5 100644 --- a/doc/test/source/test_suite_scale.rst +++ b/doc/test/source/test_suite_scale.rst @@ -1,4 +1,3 @@ -===== Scale ===== diff --git a/doc/test/source/test_suite_smoke.rst b/doc/test/source/test_suite_smoke.rst index 79bf412..3a5b01e 100644 --- a/doc/test/source/test_suite_smoke.rst +++ b/doc/test/source/test_suite_smoke.rst @@ -1,4 +1,3 @@ -===== Smoke ===== diff --git a/doc/test/source/test_suite_system.rst b/doc/test/source/test_suite_system.rst index 9635d19..54592c7 100644 --- a/doc/test/source/test_suite_system.rst +++ b/doc/test/source/test_suite_system.rst @@ -1,4 +1,3 @@ -====== System ======