From b2735c0a1eb76a184b2ba133045041d92f32abed Mon Sep 17 00:00:00 2001 From: Jose Lausuch Date: Tue, 3 Oct 2017 10:46:58 +0200 Subject: Update Config Guide Change-Id: If7295f553f203171f5a6efebc8d553d5dca8433a Signed-off-by: Jose Lausuch --- docs/testing/user/configguide/index.rst | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) (limited to 'docs/testing/user/configguide/index.rst') diff --git a/docs/testing/user/configguide/index.rst b/docs/testing/user/configguide/index.rst index 98d798e25..4b605cd23 100644 --- a/docs/testing/user/configguide/index.rst +++ b/docs/testing/user/configguide/index.rst @@ -9,22 +9,6 @@ Functest Installation Guide :numbered: :maxdepth: 2 -Version history -=============== - -+------------+----------+------------------+----------------------------------+ -| **Date** | **Ver.** | **Author** | **Comment** | -| | | | | -+------------+----------+------------------+----------------------------------+ -| 2016-08-17 | 1.0.0 | Juha Haapavirta | Colorado release | -| | | Column Gaynor | | -+------------+----------+------------------+----------------------------------+ -| 2017-01-19 | 1.0.1 | Morgan Richomme | Adaptations for Danube | -| | | | * update testcase list | -| | | | * update docker command | -+------------+----------+------------------+----------------------------------+ -| 2017-08-16 | 1.0.2 | Morgan Richomme | Adaptations for Euphrates | -+------------+----------+------------------+----------------------------------+ Introduction ============ @@ -97,17 +81,18 @@ All the libraries and dependencies needed by all of the Functest tools are pre-installed into the Docker images. This allows running Functest on any platform. -The automated mechanisms inside the Functest Docker container will: +The automated mechanisms inside the Functest Docker containers will: - * Retrieve OpenStack credentials * Prepare the environment according to the System Under Test (SUT) * Perform the appropriate functional tests - * Push the test results into the OPNFV test result database + * Push the test results into the OPNFV test result database (optional) -This Docker image can be integrated into CI or deployed independently. +The OpenStack credentials file must be provided to the container. -Please note that the Functest Docker container has been designed for OPNFV, -however, it would be possible to adapt it to any OpenStack based VIM + +These Docker images can be integrated into CI or deployed independently. + +Please note that the Functest Docker images have been designed for OPNFV, +however, it would be possible to adapt them to any OpenStack based VIM + controller environment, since most of the test cases are integrated from upstream communities. -- cgit 1.2.3-korg