Doc: Fixed weird chars for the tree directory structure 57/857/3
authorjose.lausuch <jose.lausuch@ericsson.com>
Thu, 18 Jun 2015 09:27:49 +0000 (11:27 +0200)
committerjose.lausuch <jose.lausuch@ericsson.com>
Thu, 18 Jun 2015 09:52:07 +0000 (11:52 +0200)
JIRA: FUNCTEST-9

Change-Id: Ic265ceaba44f956a797fe222977f215857c2fa49
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
docs/functest.rst

index 4276594..3e2d4f1 100644 (file)
@@ -314,59 +314,60 @@ Retrieve OpenStack source file (configure your `OpenRC`_ file to let Rally acces
 
 At the end of the git clone, the tree of <functest_repo_directory> will have the following structure::
 
- ├── docs
- │   ├── functest.rst
- │   └── images
- │       └── Ims_overview.png
- ├── INFO
- ├── LICENSE
- └── testcases
-     ├── config_functest.py
-     ├── config_functest.yaml
-     ├── Controllers
-     │   └── ODL
-     │       ├── CI
-     │       │   ├── create_venv.sh
-     │       │   ├── custom_tests
-     │       │   │   └── neutron
-     │       │   ├── integration
-     │       │   │   ├── distributions
-     │       │   │   ├── features
-     │       │   │   ├── feature-selector
-     │       │   │   ├── packaging
-     │       │   │   ├── pom.xml
-     │       │   │   ├── test
-     │       │   │   └── vm
-     │       │   ├── logs
-     │       │   ├── requirements.pip
-     │       │   ├── start_tests.sh
-     │       │   └── test_list.txt
-     │       └── ODL.md
-     ├── functest_utils.py
-     ├── VIM
-     │   └── OpenStack
-     │       ├── CI
-     │       │   ├── libraries
-     │       │   │   └── run_rally.py
-     │       │   └── suites
-     │       │       ├── opnfv-authenticate.json
-     │       │       ├── opnfv-cinder.json
-     │       │       ├── opnfv-glance.json
-     │       │       ├── opnfv-heat.json
-     │       │       ├── opnfv-keystone.json
-     │       │       ├── opnfv-neutron.json
-     │       │       ├── opnfv-nova.json
-     │       │       ├── opnfv-quotas.json
-     │       │       ├── opnfv-requests.json
-     │       │       ├── opnfv-smoke-green.json
-     │       │       ├── opnfv-smoke.json
-     │       │       ├── opnfv-tempest.json
-     │       │       └── opnfv-vm.json
-     │       └── OpenStack.md
-     └── vPing
-         └── CI
-             └── libraries
-                 └── vPing.py
+ |-- docs/
+ |   |-- functest.rst
+ |   |-- images
+ |        |-- Ims_overview.png
+ |-- INFO
+ |-- LICENSE
+ |-- testcases/
+      |-- config_functest.py
+      |-- config_functest.yaml
+      |-- functest_utils.py
+      |-- Controllers/
+      |     |-- ODL/
+      |          |-- CI/
+      |          |    |-- create_venv.sh
+      |          |    |-- custom_tests/
+      |          |    |    |-- neutron
+      |          |    |-- integration/
+      |          |    |    |-- distributions
+      |          |    |    |-- features
+      |          |    |    |-- feature-selector
+      |          |    |    |-- packaging
+      |          |    |    |-- pom.xml
+      |          |    |    |-- test
+      |          |    |    |-- vm
+      |          |    |-- logs
+      |          |    |-- requirements.pip
+      |          |    |-- start_tests.sh
+      |          |    |-- test_list.txt
+      |          |-- ODL.md
+      |-- functest_utils.py
+      |-- VIM/
+      |   |-- OpenStack/
+      |       |-- CI/
+      |       |   |-- libraries/
+      |       |   |    |-- run_rally.py
+      |       |   |-- suites/
+      |       |        |-- opnfv-authenticate.json
+      |       |        |-- opnfv-cinder.json
+      |       |        |-- opnfv-glance.json
+      |       |        |-- opnfv-heat.json
+      |       |        |-- opnfv-keystone.json
+      |       |        |-- opnfv-neutron.json
+      |       |        |-- opnfv-nova.json
+      |       |        |-- opnfv-quotas.json
+      |       |        |-- opnfv-requests.json
+      |       |        |-- opnfv-smoke-green.json
+      |       |        |-- opnfv-smoke.json
+      |       |        |-- opnfv-tempest.json
+      |       |        |-- opnfv-vm.json
+      |       |-- OpenStack.md
+      |-- vPing/
+          |-- CI/
+              |-- libraries/
+                   |-- vPing.py
 
 
 NOTE: the Rally environment will be installed under ~/.rally/ the default Tempest configuration (automatically generated by Rally based on OpenStack credentials) can be found under .rally/tempest/for-deployment-<deployment_id>/tempest.conf