diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-07-13 05:51:20 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-07-13 05:51:20 +0000 |
commit | 192e1ac1f274d8eed3d33cdbc15fa995a74247c7 (patch) | |
tree | b67d2bf5ab80872715a9fa1277ebd054067b33a2 /docs/content/overview | |
parent | 068788c58a45e3ecc6f5a944cff8d526e58a24e6 (diff) |
C-Docs: Optimize url links
Change-Id: I95ae31a84a12c5f5762197e257f30667debc6c0c
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/content/overview')
-rw-r--r-- | docs/content/overview/csit/_index.md | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/docs/content/overview/csit/_index.md b/docs/content/overview/csit/_index.md index 2a004ce314..167c872c0b 100644 --- a/docs/content/overview/csit/_index.md +++ b/docs/content/overview/csit/_index.md @@ -3,4 +3,43 @@ bookCollapseSection: true bookFlatSection: false title: "CSIT" weight: 2 ----
\ No newline at end of file +--- + +# Continuous System Integration and Testing + +## CSIT Description + +1. Development of software code for fully automated VPP code testing, + functionality, performance, regression and new functions. +2. Execution of CSIT test suites on VPP code running on LF FD.io virtual and + physical compute environments. +3. Integration with FD.io continuous integration systems (Gerrit, Jenkins and + such). +4. Identified existing FD.io project dependencies and interactions: + - vpp - Vector Packet Processing. + - ci-management - Management repo for Jenkins Job Builder, script and + management related to the Jenkins CI configuration. + +## Project Scope + +1. Automated regression testing of VPP code changes + - Functionality of VPP data plane, network control plane, management plane + against functional specifications. + - Performance of VPP data plane including non-drop-rate packet throughput + and delay, against established reference benchmarks. + - Performance of network control plane against established reference + benchmarks. + - Performance of management plane against established reference benchmarks. +2. Test case definitions driven by supported and planned VPP functionality, + interfaces and performance: + - Uni-dimensional tests: Data plane, (Network) Control plane, Management + plane. + - Multi-dimensional tests: Use case driven. +3. Integration with FD.io Continuous Integration system including FD.io Gerrit + and Jenkins + - Automated test execution triggered by VPP-VERIFY jobs other VPP and CSIT + project jobs. +4. Integration with LF VPP test execution environment + - Functional tests execution on LF hosted VM environment. + - Performance and functional tests execution on LF hosted physical compute + environment. |