From 7cb7f4786b5f2cd246c05940ab4831be32152cb1 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Thu, 18 Jun 2015 11:27:49 +0200 Subject: Doc: Fixed weird chars for the tree directory structure JIRA: FUNCTEST-9 Change-Id: Ic265ceaba44f956a797fe222977f215857c2fa49 Signed-off-by: jose.lausuch --- docs/functest.rst | 107 +++++++++++++++++++++++++++--------------------------- 1 file changed, 54 insertions(+), 53 deletions(-) diff --git a/docs/functest.rst b/docs/functest.rst index 4276594e6..3e2d4f1a3 100644 --- a/docs/functest.rst +++ b/docs/functest.rst @@ -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 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-/tempest.conf -- cgit 1.2.3-korg