diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-10-13 15:35:38 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-10-13 15:35:38 +0200 |
commit | c3509a68c33c10d1fc9859d54b9a5016b1496fbd (patch) | |
tree | f97c2bb3f7b483502ed7deda3a22ae5b7439c876 /docs/testing/user/configguide | |
parent | 8fe4838dc9608f1012055d76fbbed31a95b6ef46 (diff) |
Update python dirs in docs
Iruya is now leveraging on python3.6.
Change-Id: Id855f2a803e6da0175505d6216b325fa71fb156d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs/testing/user/configguide')
-rw-r--r-- | docs/testing/user/configguide/configguide.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst index 7731ea4ba..37a41aa0b 100644 --- a/docs/testing/user/configguide/configguide.rst +++ b/docs/testing/user/configguide/configguide.rst @@ -351,7 +351,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. @@ -361,8 +361,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 |