22bc29f071485639d77fff2fa90e666671553ef7
[csit.git] / docs / report / introduction / overview.rst
1 Overview
2 ========
3
4 This is the **F**\ast **D**\ata **I**/**O** Project (**FD.io**) **C**\ontinuous
5 **S**\ystem **I**\ntegration and **T**\esting (**CSIT**) project report for CSIT
6 |release| system testing of |vpp-release|.
7
8 This is the full html version, there is also a reduced
9 `PDF version of this report`_.
10
11 The report describes CSIT functional and performance tests and their
12 continuous execution delivered in CSIT |release|. A high-level overview is
13 provided for each CSIT test environment running in :abbr:`LF (Linux Foundation)`
14 FD.io Continuous Performance Labs. This is followed by summary of all executed
15 tests against the |vpp-release| and associated FD.io projects and sub-systems
16 (Honeycomb, DPDK, NSH_SFC), CSIT |release| release notes, result highlights and
17 known issues discovered in CSIT. More detailed description of each environment,
18 pointers to CSIT test code documentation and detailed test resuls with links to
19 the source data files are also provided.
20
21 CSIT |release| report contains following main sections and sub-sections:
22
23 #. **Introduction** - general introduction to CSIT project; *Overview* -
24    this section; *CSIT Test Naming* - CSIT general naming convention for test
25    suites and test cases, important to recognize the high-level test content
26    and interpret reported results; *General Notes* - general notes related to
27    this report.
28
29 #. **VPP Performance Tests** - VPP performance tests executed in physical
30    FD.io testbeds; *Overview* - tested topologies, test coverage and naming
31    specifics, methodology for multi-core, packet throughput and latency, and
32    KVM VM vhost tests; *CSIT Release Notes* - changes in CSIT |release|, added
33    tests, performance changes, environment or methodology changes, known CSIT
34    issues; *Packet Throughput Graphs* and *Packet Latency
35    Graphs* - plotted NDR, PDR throughput and latency results from multiple
36    test job executions; *Test Environment* - environment description;
37    *Documentation* - CSIT source code documentation for VPP performance tests.
38
39 #. **DPDK Performance Tests** - DPDK performance tests executed in
40    physical FD.io testbeds; *Overview* - tested topologies, test coverage;
41    *CSIT Release Notes* - changes in CSIT |release|, any known CSIT issues;
42    *Packet Throughput Graphs* and *Packet Latency Graphs*
43    - plotted NDR, PDR throughput and latency results from multiple test job
44    executions; *Test Environment* - environment description; *Documentation* -
45    CSIT source code documentation for DPDK performance tests.
46
47 #. **Honeycomb Performance Tests** - Honeycomb performance tests executed in
48    physical FD.io testbeds; *Overview* - tested topologies, test coverage
49    and naming specifics; *CSIT Release Notes* - changes in CSIT |release|,
50    added tests, environment or methodology changes, known CSIT issues;
51    *Test Environment* - environment description; *Documentation* - source
52    code documentation for Honeycomb performance tests.
53
54 #. **VPP Functional Tests** - VPP functional tests executed in virtual
55    FD.io testbeds; *Overview* - tested virtual topologies, test coverage and
56    naming specifics; *CSIT Release Notes* - changes in CSIT |release|, added
57    tests, environment or methodology changes, known CSIT issues, tests to be
58    added; *Test Environment* - environment description ; *Documentation* -
59    source code documentation for VPP functional tests.
60
61 #. **Honeycomb Functional Tests** - Honeycomb functional tests executed in
62    virtual FD.io testbeds; *Overview* - tested virtual topologies, test
63    coverage and naming specifics; *CSIT Release Notes* - changes in CSIT
64    |release|, added tests, environment or methodology changes, known CSIT issues;
65    *Test Environment* - environment description ;
66    *Documentation* - source code documentation for Honeycomb functional tests.
67
68 #. **VPP Unit Tests** - refers to VPP functional unit tests executed as
69    part of vpp make test verify option within the FD.io VPP project; listed in
70    this report to give a more complete view about executed VPP functional tests;
71    *Overview* - short overview of unit test framework and executed tests;
72    *Documentation* - source code documentation of VPP unit tests.
73
74 #. **NSH_SFC Functional Tests** - NSH_SFC functional tests executed in
75    virtual FD.io testbeds; *Overview* - tested virtual topologies, test
76    coverage and naming specifics; *CSIT Release Notes* - changes in CSIT
77    |release|, added tests, environment or methodology changes, known CSIT issues;
78    *Test Environment* - environment description ;
79    *Documentation* - source code documentation for NSH_SFC functional tests.
80
81 #. **Detailed Test Results** - auto-generated results from CSIT jobs
82    executions using CSIT Robot Framework output files as source data; *VPP
83    Performance Results*, *DPDK Performance Results*, *VPP Functional
84    Results*, *Honeycomb Functional Results*, *VPPtest Functional Results*.
85
86 #. **Test Configuration** - auto-generated DUT configuration data from CSIT jobs
87    executions using CSIT Robot Framework output files as source data; *VPP
88    Performance Test Configs*, *VPP Functional Test Configs*.
89
90 #. **Test Operational Data** - auto-generated DUT operational data from CSIT jobs
91    executions using CSIT Robot Framework output files as source data; *VPP
92    Performance Operational Data*.
93
94 #. **CSIT Framework Documentation** - description of the overall CSIT
95    framework design hierarchy, CSIT test naming convention, followed by
96    description of Presentation and Analytics Layer (PAL) introduced in
97    CSIT |release|.