summaryrefslogtreecommitdiffstats
path: root/functest.rst
diff options
context:
space:
mode:
Diffstat (limited to 'functest.rst')
-rw-r--r--functest.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/functest.rst b/functest.rst
index ecb9768ae..d8606aaaf 100644
--- a/functest.rst
+++ b/functest.rst
@@ -46,6 +46,18 @@ It is possible to use Rally to perform Tempest tests. See `tempest installation
OpenDaylight
============
+ODL wiki page describes system preparation and running tests. See `Integration Group CSIT`_.
+
+.. _`Integration Group CSIT`: https://wiki.opendaylight.org/view/CrossProject:Integration_Group:CSIT
+
+Summary: Set up python2.7 virtual environment::
+
+ mkvirtualenv robot
+
+ pip install requests
+ pip install robotframework
+ pip install robotframework-sshlibrary
+ pip install robotframework-requests
vPing
=====
@@ -100,6 +112,10 @@ If we consider running Tempest suite with Rally::
OpenDaylight
============
+Tests can be executed with script *start_test.sh* from directory *functest/testcases/Controllers/ODL/CI*. For usage example see::
+
+ # bash start_test.sh -h
+
vPing
=====