aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/user/configguide/configguide.rst
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-10-13 15:32:08 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-10-13 15:32:08 +0200
commitda2260251a5de3ee0d8fcc345fea3d9eb97ebeb2 (patch)
treeb7e44883492f62cb0e524afcfa966c58a55b1357 /docs/testing/user/configguide/configguide.rst
parent37251af62ca89b55f09dfd6ddce15ee179c580f3 (diff)
Update python dirs in docs
master is now leveraging on python3.7. Change-Id: I7076e143f162a6aacd2e8d8d8f38524aea71e365 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.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst
index 25aa7cd26..88f728cb0 100644
--- a/docs/testing/user/configguide/configguide.rst
+++ b/docs/testing/user/configguide/configguide.rst
@@ -353,7 +353,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/python3.6/site-packages/xtesting/ci/logging.ini
+/usr/lib/python3.7/site-packages/xtesting/ci/logging.ini
Change wconsole to console in the desired module to get more traces.
@@ -363,8 +363,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/python3.6/site-packages/xtesting and
-/usr/lib/python3.6/site-packages/functest
+/usr/lib/python3.7/site-packages/xtesting and
+/usr/lib/python3.7/site-packages/functest
Tips