diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-10-20 11:16:34 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-10-20 19:00:27 +0000 |
commit | ca3d68ff33a8c9668e71ecc847a1391124d6a4ab (patch) | |
tree | d7068a08f9071cb05255ad56ff3d0283dc9ac38a | |
parent | 3ed55d54d97cfd140d7d9d93de59dbb5dccad915 (diff) |
Wrap Functest Ascii Diagram in literal text blockopnfv-5.0.RC1opnfv-5.0.0
Sphinx currently thinks this diagram is a table and outputing a warning.
Using '::' provides a hint to sphinx that the ascii diagram is literal
text and not a table.
Change-Id: Ie005cc059b9e97aacda0d75d0213b18477e55d38
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r-- | docs/testing/developer/devguide/index.rst | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/testing/developer/devguide/index.rst b/docs/testing/developer/devguide/index.rst index a54dc725b..d03a10e28 100644 --- a/docs/testing/developer/devguide/index.rst +++ b/docs/testing/developer/devguide/index.rst @@ -68,21 +68,21 @@ to the different tiers: Standalone functest dockers are maintained for Euphrates but Alpine containers are recommended. -Functest can be described as follow: - - +----------------------+ - | | - | +--------------+ | +-------------------+ - | | | | Public | | - | | Tools | +------------------+ OPNFV | - | | Scripts | | | System Under Test | - | | Scenarios | | | | - | | | | | | - | +--------------+ | +-------------------+ - | | - | Functest Docker | - | | - +----------------------+ +Functest can be described as follow:: + + +----------------------+ + | | + | +--------------+ | +-------------------+ + | | | | Public | | + | | Tools | +------------------+ OPNFV | + | | Scripts | | | System Under Test | + | | Scenarios | | | | + | | | | | | + | +--------------+ | +-------------------+ + | | + | Functest Docker | + | | + +----------------------+ Functest internal test cases ============================ |