Include tempest_custom in the documentation
[functest.git] / docs / testing / user / userguide / test_results.rst
1 Test results
2 ============
3
4 Manual testing
5 --------------
6
7 In manual mode test results are displayed in the console and result files
8 are put in /home/opnfv/functest/results.
9
10 If you want additional logs, you may configure the logging.ini under
11 /usr/lib/python2.7/site-packages/functest/ci.
12
13 Automated testing
14 --------------
15
16 In automated mode, test results are displayed in jenkins logs, a summary is provided
17 at the end of the job and can be described as follow::
18
19  +-------------------------+----------------------------------------------------------+
20  |         ENV VAR         |                          VALUE                           |
21  +-------------------------+----------------------------------------------------------+
22  |      INSTALLER_TYPE     |                          daisy                           |
23  |     DEPLOY_SCENARIO     |                  os-nosdn-nofeature-ha                   |
24  |        BUILD_TAG        |     jenkins-functest-daisy-baremetal-daily-master-67     |
25  |         CI_LOOP         |                          daily                           |
26  +-------------------------+----------------------------------------------------------+
27
28  +------------------------------+------------------+---------------------+------------------+----------------+
29  |          TEST CASE           |     PROJECT      |         TIER        |     DURATION     |     RESULT     |
30  +------------------------------+------------------+---------------------+------------------+----------------+
31  |       connection_check       |     functest     |     healthcheck     |      00:08       |      PASS      |
32  |          api_check           |     functest     |     healthcheck     |      04:22       |      PASS      |
33  |      snaps_health_check      |     functest     |     healthcheck     |      00:35       |      PASS      |
34  |          vping_ssh           |     functest     |        smoke        |      00:54       |      PASS      |
35  |        vping_userdata        |     functest     |        smoke        |      00:27       |      PASS      |
36  |     tempest_smoke_serial     |     functest     |        smoke        |      19:39       |      FAIL      |
37  |         rally_sanity         |     functest     |        smoke        |      15:16       |      PASS      |
38  |       refstack_defcore       |     functest     |        smoke        |      15:55       |      PASS      |
39  |         snaps_smoke          |     functest     |        smoke        |      26:45       |      FAIL      |
40  |         cloudify_ims         |     functest     |         vnf         |      83:33       |      FAIL      |
41  |        orchestra_ims         |     functest     |         vnf         |      11:32       |      FAIL      |
42  +------------------------------+------------------+---------------------+------------------+----------------+
43
44 Results are automatically pushed to the test results database, some additional
45 result files are pushed to OPNFV artifact web sites.
46
47 Based on the results stored in the result database, a `Functest reporting`_
48 portal is also automatically updated. This portal provides information on the
49 overall status per scenario and per installer
50
51 .. _`Functest reporting`: http://testresults.opnfv.org/reporting/master/functest/status-apex.html