summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2016-02-25 16:14:34 +0900
committerMorgan Richomme <morgan.richomme@orange.com>2016-02-25 07:29:53 +0000
commitc3edc16b05212494694009fd25c4d7b7ea132eca (patch)
treeea99affd3876a43d3b9337432774ea21a635513c
parent789c020b206f971a14a2afeecc3a27e3138eca5c (diff)
docs: fix pdf creation bug in userguide
Change-Id: I3fa1c98a43c8952700cef1deea0e0731158d99e2 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 139d2ed0874af3447ec80db5fc81227a130953f6)
-rw-r--r--docs/userguide/introduction.rst17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/userguide/introduction.rst b/docs/userguide/introduction.rst
index c4fe75771..ac149c707 100644
--- a/docs/userguide/introduction.rst
+++ b/docs/userguide/introduction.rst
@@ -8,21 +8,21 @@ Functest is the OPNFV project primarily targeting function testing.
In the Continuous Integration pipeline, it is launched after an OPNFV fresh
installation to validate and verify the basic functions of the infrastructure.
-The current list of test suites can be distributed in 3 main domains VIM,
-Controllers and Features.
+The current list of test suites can be distributed in 3 main domains VIM
+(Virtualised Infrastructure Manager), Controllers and Features.
+----------------+----------------+-------------------------------------------+
| Domain | Test suite | Comments |
+================+================+===========================================+
-| | vPing | NFV "Hello World" using SSH connection |
+| VIM | vPing | NFV "Hello World" using SSH connection |
| | | and floatting IP |
| +----------------+-------------------------------------------+
-| VIM | vPing_userdata | Ping using userdata and cloud-init |
+| | vPing_userdata | Ping using userdata and cloud-init |
| | | mechanism |
| +----------------+-------------------------------------------+
-|(Virtualised | Tempest | OpenStack reference test suite `[2]`_ |
-| Infrastructure +----------------+-------------------------------------------+
-| Manager) | Rally bench | OpenStack testing tool benchmarking |
+| | Tempest | OpenStack reference test suite `[2]`_ |
+| +----------------+-------------------------------------------+
+| | Rally bench | OpenStack testing tool benchmarking |
| | | OpenStack modules `[3]`_ |
+----------------+----------------+-------------------------------------------+
| | OpenDaylight | Opendaylight Test suite |
@@ -85,7 +85,8 @@ restrictions imposed by the installers or the available deployed features.
Details on working with the functest suites can be found at
http://artifacts.opnfv.org/functest/brahmaputra/userguide/index.html
+.. _`[2]`: http://docs.openstack.org/developer/tempest/overview.html
+.. _`[3]`: https://rally.readthedocs.org/en/latest/index.html
.. _`Doctor User Guide`: http://artifacts.opnfv.org/opnfvdocs/brahmaputra/docs/userguide/featureusage-doctor.html
.. _`Promise User Guide`: http://artifacts.opnfv.org/promise/brahmaputra/docs/userguide/index.html
.. _`ONOSFW User Guide`: http://artifacts.opnfv.org/onosfw/brahmaputra/docs/userguide/index.html
-