summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormorganrOL <morgan.richomme@orange.com>2015-05-04 15:12:08 +0200
committermorganrOL <morgan.richomme@orange.com>2015-05-04 16:48:09 +0200
commitb8e5f5baf608765f1421e9d078a2dbf1718f25df (patch)
treebbea8cee57ba186eb5c236ae901ab30458a87211 /docs
parentee94b03012f6c5d9552429f643df2cb24f3163b5 (diff)
reformat CI part, add vPing description, remove images, replace them with ASCII description
JIRA: FUNCTEST-1 Change-Id: Ib19539bf6639a7594ac0994dc7cc3e080ac135e7 Signed-off-by: morganrOL <morgan.richomme@orange.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/functest.rst145
1 files changed, 125 insertions, 20 deletions
diff --git a/docs/functest.rst b/docs/functest.rst
index 19b85d966..de4c537c5 100644
--- a/docs/functest.rst
+++ b/docs/functest.rst
@@ -70,9 +70,53 @@ For release 1, the tools are not automatically installed.
It is recommended to install the different tools on the jump host server as defined in the pharos_ project.
The high level architecture can be described as follow:
-.. figure:: images/overall_description.png
- :scale: 50
- :alt: overall description
+code::
+
+ CIMC/Lights+out management Admin Private Public Storage
+ PXE
+ +
+ + + IP_PRIV/24 | |
+ | | + + |
+ | | | IP_PUB/24 |
+ | +-----------------+ | | + |
+ | | | | | | |
+ +-----+ Jumpserver | | | | |
+ | | +---------------------+ | | |
+ | | | | | | |
+ | | +----------+ | | | | |
+ | | | Rally | +---- --------------------------+ | |
+ | | | | | | | | |
+ | | | Robot | | | | | |
+ | | | | | | | | |
+ | | | vPing | | | | | |
+ | | | | | | | | |
+ | | | vIMS | | | | | |
+ | | +----------+ | | | | |
+ | | FuncTests +-----------------------------------------+ |
+ | | | | | | |
+ | | +--------------------------------------------------+
+ | | | | | | |
+ | +-----------------+ | | | |
+ | | | | |
+ | +----------------+ | | | |
+ | | 1 | | | | |
+ +----+ +--------------+-+ | | | |
+ | | | 2 | | | | |
+ | | | +--------------+-+ | | | |
+ | | | | 3 | | | | |
+ | | | | +--------------+-+ | | | |
+ | | | | | 4 | | | | |
+ | +-+ | | +--------------+-+ | | | |
+ | | | | | 5 +---------------+ | | |
+ | +-+ | | nodes for | | | | |
+ | | | | deploying +-------------------------+ | |
+ | +-+ | opnfv | | | | |
+ | | | SUT +-----------------------------------+ |
+ | +-+ | | | | |
+ | | +--------------------------------------------+
+ | +----------------+ | | | |
+ | | | | |
+ | + + + +
.. _description:
@@ -123,9 +167,29 @@ vPing
The goal of this test can be described as follow:
-.. figure:: images/vPing.png
- :scale: 50
- :alt: vPing description
+code::
+
+ vPing testcase
+ +-------------+ +-------------+
+ | | | |
+ | | Boot VM1 | |
+ | +------------------>| |
+ | | | |
+ | | Get IP VM1 | |
+ | +------------------>| |
+ | Tester | | System |
+ | | Boot VM2 | Under |
+ | +------------------>| Test |
+ | | Including Ping | |
+ | |at the end of boot | |
+ | | | |
+ | | | |
+ | | Check console | |
+ | | Grep Ping | |
+ | +------------------>| |
+ | | | |
+ +-------------+ +-------------+
+
The vPing test case is already present in Tempest suite.
@@ -165,7 +229,7 @@ The vIMS core function is based on the clearwater_ open source solution.
Tooling installation
----------------------
-2 tools are needed for the R1 functional tests:
+2 external tools are needed for the R1 functional tests:
* Rally
* Robot
@@ -234,6 +298,30 @@ Summary: Set up python2.7 virtual environment::
pip install robotframework-requests
+vPing
+=====
+
+Make sure that nova services are up::
+
+ #nova service list
+ +----+----------------+--------+----------+---------+-------+
+ | Id | Binary | Host | Zone | Status | State |
+ +----+----------------+--------+----------+---------+-------+
+ | 1 | nova-conductor | xxxxxx | internal | enabled | up |
+ | 3 | nova-network | xxxxxx | internal | enabled | up |
+ | 4 | nova-scheduler | xxxxxx | internal | enabled | up |
+ | 5 | nova-compute | xxxxxx | nova | enabled | up |
+ +----+----------------+--------+----------+---------+-------+
+
+
+.. _vPing.py: https://git.opnfv.org/cgit/functest/tree/testcases/vPing/CI/libraries/vPing.py
+
+Retrieve vPing.py_ script from OPNFV git repo
+
+Make sure you have sourced your OpenRC file::
+
+ # source Your_OpenRC_file
+
------------------------------
Functional test configuration
------------------------------
@@ -259,7 +347,8 @@ Several scenarios are available (all based on native Rally scenarios):
* all (every module except tempest)
You can run the script as follow::
- #python run_rally.py keystone
+
+ # python run_rally.py keystone
The script will:
* get the json scenario (if not already available) and put it into the scenario folder
@@ -290,10 +379,24 @@ ODL wiki page describes system preparation and running tests. See `Integration G
vPing
=====
+By default, the script’s is configured as follow::
+
+ * OS_USERNAME: admin
+ * OS_PASSWORD: test
+ * OS_AUTH_URL: http://192.168.20.71:5000/v2.0
+ * OS_TENANT_NAME: invisible_to_admin
+ * Name of VM: opnfv-vping-1 , opnfv-vping-2
+ * Flavor: m1.small
+ * Image: Ubuntu 14.04 (amd64)
+ * Network: private
+
+The script needs to be tuned to your specific system configuration
+
vIMS
====
+
.. _manualtest:
--------------
@@ -324,6 +427,9 @@ Tests can be executed with script *start_test.sh* from directory *functest/testc
vPing
=====
+The test can be executed with command::
+
+ #python vPing.py
vIMS
====
@@ -337,18 +443,17 @@ Testing Automation
Connection of your platform
===========================
-If you want to add your platform to the community automation, you need to declare your machine as a Jenkins slave.
- * Send a mail to OPNFV LF Helpdesk (opnfv-helpdesk@rt.linuxfoundation.org)
- * Create a local user jenkins on your machine
- * wget http://mirrors.jenkins-ci.org/war/1.599/jenkins.war
- * Extract contents, find the file named slave.jar and copy it to somewhere which jenkins user created in first step can access.
- * Create a directory /home/jenkins/opnfv_slave_root
- * check the java version (>1.7.0_75)
- * Contact Linux Foundation to manage authentication of your server
- * A key/token will be produced. Establish connection towards OPNFV Jenkins by using below command: java -jar slave.jar -jnlpUrl https://build.opnfv.org/ci/computer/<slave_name>/slave-agent.jnlp -secret <token>
-
-Continuous integration scripts
-==============================
+
+.. _`Octopus procedure`: https://wiki.opnfv.org/octopus/jenkins_slave_connection/
+
+If you want to add your platform to the community automation, please follow the `Octopus procedure`_.
+
+Integrating into CI Pipeline
+============================
+
+.. _`pipeline document`: https://wiki.opnfv.org/octopus/pipelines
+
+Contact Octopus Team (#opnfv-octopus) and see `pipeline document`_ for more details.
.. _references: