C-Docs: Optimize url links
[csit.git] / docs / content / overview / csit / _index.md
1 ---
2 bookCollapseSection: true
3 bookFlatSection: false
4 title: "CSIT"
5 weight: 2
6 ---
7
8 # Continuous System Integration and Testing
9
10 ## CSIT Description
11
12 1. Development of software code for fully automated VPP code testing,
13    functionality, performance, regression and new functions.
14 2. Execution of CSIT test suites on VPP code running on LF FD.io virtual and
15    physical compute environments.
16 3. Integration with FD.io continuous integration systems (Gerrit, Jenkins and
17    such).
18 4. Identified existing FD.io project dependencies and interactions:
19    - vpp - Vector Packet Processing.
20    - ci-management - Management repo for Jenkins Job Builder, script and
21      management related to the Jenkins CI configuration.
22
23 ## Project Scope
24
25 1. Automated regression testing of VPP code changes
26    - Functionality of VPP data plane, network control plane, management plane
27      against functional specifications.
28    - Performance of VPP data plane including non-drop-rate packet throughput
29      and delay, against established reference benchmarks.
30    - Performance of network control plane against established reference
31      benchmarks.
32    - Performance of management plane against established reference benchmarks.
33 2. Test case definitions driven by supported and planned VPP functionality,
34    interfaces and performance:
35    - Uni-dimensional tests: Data plane, (Network) Control plane, Management
36      plane.
37    - Multi-dimensional tests: Use case driven.
38 3. Integration with FD.io Continuous Integration system including FD.io Gerrit
39    and Jenkins
40    - Automated test execution triggered by VPP-VERIFY jobs other VPP and CSIT
41      project jobs.
42 4. Integration with LF VPP test execution environment
43    - Functional tests execution on LF hosted VM environment.
44    - Performance and functional tests execution on LF hosted physical compute
45      environment.