summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLeif Madsen <lmadsen@redhat.com>2016-10-28 05:59:53 -0400
committerzshi <zshi@redhat.com>2016-12-13 12:48:12 +0800
commitef7fd4008481b5b98316240b0703d2c78fbd30e8 (patch)
tree54a49e56fbdacfb9eac3a6015629f58c2bbed16a /docs
parenta372d5dff98c600f0318ac8e60e7db37cd47aaa8 (diff)
[WIP] Migrate to tox based environment
Migrate the custom setup.py to a more formal setup environment using tox, in the same way that OpenStack configures their projects. Adds metadata to tox.ini from the setup.py file, and breaks out the dependencies from setup.py into requirements.txt and test-requirements.txt. Executes flake8 testing for pep8 coverage. Defaults to using Python 2 for the environment. Change-Id: Ieaea7d9f3dc227febd8fb1dc9142d478ba197a92 Signed-off-by: Leif Madsen <lmadsen@redhat.com> Signed-off-by: zshi <zshi@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/dovetailtool/index.rst2
-rw-r--r--docs/plugfest/2016.05/test_plan/application/testcases.rst5
-rw-r--r--docs/plugfest/2016.05/test_plan/index.rst1
-rw-r--r--docs/plugfest/2016.05/test_plan/integration/testcases.rst5
-rw-r--r--docs/testsuites/ipv6/index.rst4
-rw-r--r--docs/userguide/02-certification_criteria.rst3
-rw-r--r--docs/userguide/03-certification_progress.rst3
7 files changed, 12 insertions, 11 deletions
diff --git a/docs/dovetailtool/index.rst b/docs/dovetailtool/index.rst
index a025cd50..592fa564 100644
--- a/docs/dovetailtool/index.rst
+++ b/docs/dovetailtool/index.rst
@@ -12,5 +12,5 @@ Dovetail Overview
dovetail.tool.overview.rst
dovetail.tool.installation.rst
- dovetail.tool.configuation.rst
+ dovetail.tool.configuration.rst
dovetail.tool.configtemplate.rst
diff --git a/docs/plugfest/2016.05/test_plan/application/testcases.rst b/docs/plugfest/2016.05/test_plan/application/testcases.rst
index 0e49c5c8..bb1bba76 100644
--- a/docs/plugfest/2016.05/test_plan/application/testcases.rst
+++ b/docs/plugfest/2016.05/test_plan/application/testcases.rst
@@ -16,8 +16,3 @@ files in this directory that are imported below the toctree command below.
.. toctree::
:maxdepth: 2
-
- ./testcase1.rst
- ./testcase2.rst
- ./testcase_etc.rst
-
diff --git a/docs/plugfest/2016.05/test_plan/index.rst b/docs/plugfest/2016.05/test_plan/index.rst
index 61de3bd5..e4bf5e91 100644
--- a/docs/plugfest/2016.05/test_plan/index.rst
+++ b/docs/plugfest/2016.05/test_plan/index.rst
@@ -16,4 +16,5 @@ OPNFV Plugfest - test plan
./deployment/testcases.rst
./integration/testcases.rst
./application/testcases.rst
+ ./templates/template.rst
diff --git a/docs/plugfest/2016.05/test_plan/integration/testcases.rst b/docs/plugfest/2016.05/test_plan/integration/testcases.rst
index d0f01156..c7211f96 100644
--- a/docs/plugfest/2016.05/test_plan/integration/testcases.rst
+++ b/docs/plugfest/2016.05/test_plan/integration/testcases.rst
@@ -18,8 +18,3 @@ files in this directory that are imported below the toctree command below.
.. toctree::
:maxdepth: 2
-
- ./testcase1.rst
- ./testcase2.rst
- ./testcase_etc.rst
-
diff --git a/docs/testsuites/ipv6/index.rst b/docs/testsuites/ipv6/index.rst
index 72fd6a89..a806d644 100644
--- a/docs/testsuites/ipv6/index.rst
+++ b/docs/testsuites/ipv6/index.rst
@@ -10,6 +10,10 @@ OPNFV IPv6 Compliance Test Plan
:maxdepth: 2
./testplan.rst
+ ./testprocedure.rst
+ ./testspecification.rst
+ ./designspecification.rst
./ipv6.tc001.specification.rst
./ipv6.tc026.specification.rst
+ ./ipv6_all_testcases.rst
diff --git a/docs/userguide/02-certification_criteria.rst b/docs/userguide/02-certification_criteria.rst
index e69de29b..7665f9a0 100644
--- a/docs/userguide/02-certification_criteria.rst
+++ b/docs/userguide/02-certification_criteria.rst
@@ -0,0 +1,3 @@
+==================
+Dovetail Criteria
+==================
diff --git a/docs/userguide/03-certification_progress.rst b/docs/userguide/03-certification_progress.rst
index e69de29b..6ee02012 100644
--- a/docs/userguide/03-certification_progress.rst
+++ b/docs/userguide/03-certification_progress.rst
@@ -0,0 +1,3 @@
+==================
+Dovetail Progress
+==================