diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-10-13 15:32:08 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-10-13 15:32:08 +0200 |
commit | da2260251a5de3ee0d8fcc345fea3d9eb97ebeb2 (patch) | |
tree | b7e44883492f62cb0e524afcfa966c58a55b1357 /docs/testing/user/userguide/test_results.rst | |
parent | 37251af62ca89b55f09dfd6ddce15ee179c580f3 (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/userguide/test_results.rst')
-rw-r--r-- | docs/testing/user/userguide/test_results.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing/user/userguide/test_results.rst b/docs/testing/user/userguide/test_results.rst index 511b0b4cb..a1d4dfb59 100644 --- a/docs/testing/user/userguide/test_results.rst +++ b/docs/testing/user/userguide/test_results.rst @@ -10,7 +10,7 @@ In manual mode test results are displayed in the console and result files are put in /home/opnfv/functest/results. If you want additional logs, you may configure the logging.ini under -/usr/lib/python3.6/site-packages/xtesting/ci. +/usr/lib/python3.7/site-packages/xtesting/ci. Automated testing ----------------- |