diff options
Diffstat (limited to 'docs/testing/user/configguide')
-rw-r--r-- | docs/testing/user/configguide/configguide.rst | 10 |
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 |