Merge "Fix typos in test_details.rst and test_overview.rst"
[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         |      23:56       |      PASS      |
41  |        orchestra_openims     |     orchestra    |         vnf         |      15:07       |      PASS      |
42  |     orchestra_clearwaterims  |     orchestra    |         vnf         |      19:10       |      PASS      |
43  |           vyos_vrouter       |     functest     |         vnf         |      00:00       |      SKIP      |
44  +------------------------------+------------------+---------------------+------------------+----------------+
45
46 Results are automatically pushed to the test results database, some additional
47 result files are pushed to OPNFV artifact web sites.
48
49 Based on the results stored in the result database, a `Functest reporting`_
50 portal is also automatically updated. This portal provides information on the
51 overall status per scenario and per installer
52
53 .. _`Functest reporting`: http://testresults.opnfv.org/reporting/master/functest/status-apex.html