X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Fcontent%2Foverview%2Fcsit%2F_index.md;h=167c872c0b86e751452afae47ea7332187a745eb;hb=192e1ac1f274d8eed3d33cdbc15fa995a74247c7;hp=2a004ce314bc87824bdc94b659240a9e6bd342e2;hpb=068788c58a45e3ecc6f5a944cff8d526e58a24e6;p=csit.git 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.