diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-10-20 11:16:34 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-10-20 11:21:30 -0700 |
commit | 3a48b7845119c374f3be44cdf829f480821759cd (patch) | |
tree | e528dcf6fc3edbed14c08abdf6852a4f2f7d5312 /docs/testing/developer/devguide | |
parent | 39f856fd8304cdb056beb61d85c81a0613230e40 (diff) |
Wrap Functest Ascii Diagram in literal text block
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>
Diffstat (limited to 'docs/testing/developer/devguide')
-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 ============================ |