Report: Add rls data, fixes
[csit.git] / docs / report / introduction / introduction.rst
1 Report Structure
2 ================
3
4 FD.io |csit-release| report contains system performance and functional
5 testing data of |vpp-release|. `PDF version of this report`_ is
6 available for download.
7
8 |csit-release| report is structured as follows:
9
10 #. INTRODUCTION: General introduction to FD.io |csit-release|.
11
12    - **Introduction**: This section.
13    - **Test Scenarios Overview**: A brief overview of test scenarios
14      covered in this report.
15    - **Physical Testbeds**: Description of physical testbeds.
16    - **Test Methodology**: Performance benchmarking and functional test
17      methodologies.
18
19 #. VPP PERFORMANCE: VPP performance tests executed in physical
20    FD.io testbeds.
21
22    - **Overview**: Tested logical topologies, test coverage and naming
23      specifics.
24    - **Release Notes**: Changes in |csit-release|, added tests,
25      environment or methodology changes, known issues.
26    - **Packet Throughput**: NDR, PDR throughput graphs based on results
27      from repeated same test job executions to verify repeatibility of
28      measurements.
29    - **Speedup Multi-Core**: NDR, PDR throughput multi-core speedup
30      graphs based on results from test job executions.
31    - **Packet Latency**: Latency graphs based on results from test job
32      executions.
33    - **Soak Tests**: Long duration soak tests are executed using PLRsearch
34      algorithm.
35    - **NFV Service Density**: Network Function Virtualization (NFV) service
36      density tests focus on measuring total per server throughput at varied NFV
37      service "packing" densities with vswitch providing host dataplane.
38    - **Comparisons**: Performance comparisons between VPP releases and
39      between different testbed types.
40    - **Throughput Trending**: References to continuous VPP performance
41      trending.
42    - **Test Environment**: Performance test environment configuration.
43    - **Documentation**: Pointers to CSIT source code documentation for VPP
44      performance tests.
45
46 #. DPDK PERFORMANCE: DPDK performance tests executed in physical
47    FD.io testbeds.
48
49    - **Overview**: Tested logical topologies, test coverage.
50    - **Release Notes**: Changes in |csit-release|, known issues.
51    - **Packet Throughput**: NDR, PDR throughput graphs based on results
52      from repeated same test job executions to verify repeatibility of
53      measurements.
54    - **Packet Latency**: Latency graphs based on results from test job
55      executions.
56    - **Comparisons**: Performance comparisons between DPDK releases and
57      between different testbed types.
58    - **Throughput Trending**: References to regular DPDK performance
59      trending.
60    - **Test Environment**: Performance test environment configuration.
61    - **Documentation**: Pointers to CSIT source code documentation for
62      DPDK performance tests.
63
64 #. TREX PERFORMANCE: TREX performance tests executed in physical
65    FD.io testbeds.
66
67    - **Overview**: Tested logical topologies, test coverage.
68    - **Release Notes**: Changes in |csit-release|, known issues.
69    - **Packet Throughput**: NDR, PDR throughput graphs based on results
70      from repeated same test job executions to verify repeatibility of
71      measurements.
72    - **Packet Latency**: Latency graphs based on results from test job
73      executions.
74    - **Throughput Trending**: References to regular TREX performance
75      trending.
76    - **Test Environment**: Performance test environment configuration.
77
78 #. VPP DEVICE: VPP functional tests executed in physical FD.io
79    testbeds using containers.
80
81    - **Overview**: Tested virtual topologies, test coverage and naming
82      specifics;
83    - **Release Notes**: Changes in |csit-release|, added tests,
84      environment or methodology changes, known issues.
85    - **Integration Tests**: Functional test environment configuration.
86    - **Documentation**: Pointers to CSIT source code documentation for
87      VPP functional tests.
88
89 #. DETAILED RESULTS: Detailed result tables auto-generated from CSIT
90    test job executions using RF (Robot Framework) output files as
91    sources.
92
93    - **VPP Performance NDR/PDR**: VPP NDR/PDR throughput and latency.
94    - **VPP Performance MRR**: VPP MRR throughput.
95    - **DPDK Performance**: DPDK Testpmd and L3fwd NDR/PDR throughput
96      and latency.
97
98 #. TEST CONFIGURATION: VPP DUT configuration data based on VPP API
99    Test (VAT) Commands History auto-generated from CSIT test job
100    executions using RF output files as sources.
101
102    - **VPP Performance NDR/PDR**: Configuration data.
103    - **VPP Performance MRR**: Configuration data.
104
105 #. TEST OPERATIONAL DATA: VPP DUT operational data auto-generated
106    from CSIT test job executions using RFoutput files as sources.
107
108    - **VPP Performance NDR/PDR**: VPP `show run` outputs under test
109      load.
110
111 #. CSIT FRAMEWORK DOCUMENTATION: Description of the overall FD.io
112    CSIT framework.
113
114    - **Design**: Framework modular design hierarchy.
115    - **Test naming**: Test naming convention.
116    - **Presentation and Analytics Layer**: Description of PAL CSIT
117      analytics module.
118    - **CSIT RF Tags Descriptions**: CSIT RF Tags used for test suite and
119      test case grouping and selection.