53e4d3a867538e62b1395f2592fedfcba058ef59
[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 additionnal logs, you may configure the logging.ini under <repo>/functest:functest/ci
11
12 Automated testing
13 --------------
14
15 In automated mode, test results are displayed in jenkins logs, a summary is provided
16 at the end of the job and can be described as follow::
17
18  +-------------------------+----------------------------------------------------------+
19  |         ENV VAR         |                          VALUE                           |
20  +-------------------------+----------------------------------------------------------+
21  |      INSTALLER_TYPE     |                          daisy                           |
22  |     DEPLOY_SCENARIO     |                  os-nosdn-nofeature-ha                   |
23  |        BUILD_TAG        |     jenkins-functest-daisy-baremetal-daily-master-67     |
24  |         CI_LOOP         |                          daily                           |
25  +-------------------------+----------------------------------------------------------+
26
27  +------------------------------+------------------+---------------------+------------------+----------------+
28  |          TEST CASE           |     PROJECT      |         TIER        |     DURATION     |     RESULT     |
29  +------------------------------+------------------+---------------------+------------------+----------------+
30  |       connection_check       |     functest     |     healthcheck     |      00:08       |      PASS      |
31  |          api_check           |     functest     |     healthcheck     |      04:22       |      PASS      |
32  |      snaps_health_check      |     functest     |     healthcheck     |      00:35       |      PASS      |
33  |          vping_ssh           |     functest     |        smoke        |      00:54       |      PASS      |
34  |        vping_userdata        |     functest     |        smoke        |      00:27       |      PASS      |
35  |     tempest_smoke_serial     |     functest     |        smoke        |      19:39       |      FAIL      |
36  |         rally_sanity         |     functest     |        smoke        |      15:16       |      PASS      |
37  |       refstack_defcore       |     functest     |        smoke        |      15:55       |      PASS      |
38  |         snaps_smoke          |     functest     |        smoke        |      26:45       |      FAIL      |
39  |         cloudify_ims         |     functest     |         vnf         |      83:33       |      FAIL      |
40  |        orchestra_ims         |     functest     |         vnf         |      11:32       |      FAIL      |
41  +------------------------------+------------------+---------------------+------------------+----------------+
42
43 Results are automatically pushed to the test results database, some additional
44 result files are pushed to OPNFV artifact web sites.
45
46 Based on the results stored in the result database, a `Functest reporting`_
47 portal is also automatically updated. This portal provides information on the
48 overall status per scenario and per installer
49
50 .. _`Functest reporting`: http://testresults.opnfv.org/reporting/functest/release/danube/index-status-fuel.html