From da2260251a5de3ee0d8fcc345fea3d9eb97ebeb2 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 13 Oct 2019 15:32:08 +0200 Subject: Update python dirs in docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit master is now leveraging on python3.7. Change-Id: I7076e143f162a6aacd2e8d8d8f38524aea71e365 Signed-off-by: Cédric Ollivier --- docs/testing/user/configguide/configguide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/testing/user/configguide/configguide.rst') 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 -- cgit 1.2.3-korg