diff options
author | Jose Lausuch <jalausuch@suse.com> | 2017-10-03 10:46:58 +0200 |
---|---|---|
committer | Jose Lausuch <jalausuch@suse.com> | 2017-10-05 15:00:55 +0000 |
commit | b2735c0a1eb76a184b2ba133045041d92f32abed (patch) | |
tree | 2c2f374ba3922065761f260a7ecbecf636c060a0 /docs/testing/user/configguide/index.rst | |
parent | 4a27c90843abd3a8d002e37f0f9f22307f2ec9fc (diff) |
Update Config Guide
Change-Id: If7295f553f203171f5a6efebc8d553d5dca8433a
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Diffstat (limited to 'docs/testing/user/configguide/index.rst')
-rw-r--r-- | docs/testing/user/configguide/index.rst | 29 |
1 files changed, 7 insertions, 22 deletions
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. |