diff options
-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 ============================ |