aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/user/configguide/configguide.rst
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-07-02 19:50:57 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-07-02 19:52:18 +0200
commit0511f7eeacdceb8d9e59fc57f673080bef4095c6 (patch)
tree6dee9eb7d36eefc20e23d17b08067257bd10f54c /docs/testing/user/configguide/configguide.rst
parent902b70b40e61a2afe4d92ba7759a33f1306d54ca (diff)
Update python versions and testcase list in docs
Change-Id: I0ed395c39dd7e0ad1bf0f5d181fe6c2c397809e4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs/testing/user/configguide/configguide.rst')
-rw-r--r--docs/testing/user/configguide/configguide.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst
index 6a32b8bd6..95aecb2df 100644
--- a/docs/testing/user/configguide/configguide.rst
+++ b/docs/testing/user/configguide/configguide.rst
@@ -107,7 +107,9 @@ Results shall be displayed as follows::
+------------------------------------+------------------+---------------+------------------+----------------+
| neutron-tempest-plugin-api | functest | smoke | 13:50 | PASS |
| rally_sanity | functest | smoke | 14:13 | PASS |
- | refstack_defcore | functest | smoke | 09:60 | PASS |
+ | refstack_compute | functest | smoke | 07:24 | PASS |
+ | refstack_object | functest | smoke | 02:08 | PASS |
+ | refstack_platform | functest | smoke | 08:32 | PASS |
| tempest_full | functest | smoke | 58:40 | PASS |
| tempest_scenario | functest | smoke | 09:47 | PASS |
| patrole | functest | smoke | 05:34 | PASS |
@@ -390,7 +392,7 @@ By default all the logs are put un /home/opnfv/functest/results/functest.log.
If you want to have more logs in console, you may edit the logging.ini file
manually.
Connect on the docker then edit the file located in
-/usr/lib/python2.7/site-packages/xtesting/ci/logging.ini
+/usr/lib/python3.6/site-packages/xtesting/ci/logging.ini
Change wconsole to console in the desired module to get more traces.
@@ -400,8 +402,8 @@ Configuration
You may also directly modify the python code or the configuration file (e.g.
testcases.yaml used to declare test constraints) under
-/usr/lib/python2.7/site-packages/xtesting and
-/usr/lib/python2.7/site-packages/functest
+/usr/lib/python3.6/site-packages/xtesting and
+/usr/lib/python3.6/site-packages/functest
Tips