From 2f8e2e4194f335407e62f6b7a28ca28730c4f969 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Wed, 17 Jun 2015 09:54:04 +0200 Subject: Doc: adapted table page 6. "The procedure to set up functional testing environment can be described as follow:" JIRA: FUNCTEST-9 Change-Id: If8f30b9e0071e8273cc2553327a4d814bfef6040 Signed-off-by: jose.lausuch --- docs/functest.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/functest.rst b/docs/functest.rst index b95988609..4276594e6 100644 --- a/docs/functest.rst +++ b/docs/functest.rst @@ -298,19 +298,19 @@ For the Continuous Integration we store this file under $HOME/functest/opnfv-ope The procedure to set up functional testing environment can be described as follow: - Log on the Jumphost server - Be sure you are no root then execute:: - - [user@jumphost]$ mkdir - [user@jumphost]$ cd - [user@jumphost]$ git clone https://git.opnfv.org/functest - [user@jumphost]$ cd testcases/ - - Modify and adapt needed parameters in the config_functest.yaml. Follow the instructions below. - Retrieve OpenStack source file (configure your `OpenRC`_ file to let Rally access to your OpenStack, you can either export it from Horizon or build it manually (OpenStack credentials are required):: - - [user@jumphost]$ source Your_OpenRC_file - [user@jumphost]$ python /config_functest.py -d start +Log on the Jumphost server. Be sure you are no root then execute:: + + [user@jumphost]$ mkdir + [user@jumphost]$ cd + [user@jumphost]$ git clone https://git.opnfv.org/functest + [user@jumphost]$ cd testcases/ + +Modify and adapt needed parameters in the config_functest.yaml. Follow the instructions below. + +Retrieve OpenStack source file (configure your `OpenRC`_ file to let Rally access to your OpenStack, you can either export it from Horizon or build it manually (OpenStack credentials are required):: + + [user@jumphost]$ source Your_OpenRC_file + [user@jumphost]$ python /config_functest.py -d start At the end of the git clone, the tree of will have the following structure:: -- cgit 1.2.3-korg