Difference between revisions of "CSIT"

From fd.io
Jump to: navigation, search
(Documentation)
Line 5: Line 5:
 
|projectLead=Maciek Konstantynowicz
 
|projectLead=Maciek Konstantynowicz
 
|committers=
 
|committers=
 +
* Peter Mikus
 
* Jan Gelety
 
* Jan Gelety
 
* Matej Klotton
 
* Matej Klotton

Revision as of 15:32, 25 July 2016

CSIT Facts

Project Lead: Maciek Konstantynowicz
Committers:

  • Peter Mikus
  • Jan Gelety
  • Matej Klotton
  • Stefan Kobza
  • Carsten Koester
  • Maciek Konstantynowicz
  • Miroslav Miklus
  • Dave Wallace

Repository: git clone https://gerrit.fd.io/r/csit
Mailing List: csit-dev@lists.fd.io
Jenkins: jenkins silo
Gerrit Patches: code patches/reviews
Bugs: CSIT bugs

Description

CSIT (Continuous System Integration and Testing) project is focusing on:

  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.
    • honeycomb - Honeycomb Agent for management plane testing.
    • ci-management - Management repo for Jenkins Job Builder, script and management related to the Jenkins CI configuration.

Get Involved

Scope

Fd.io CSIT 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.
    • Subset of tests executed on LF hosted physical compute running VIRL (Virtual Internet Routing Lab).

CSIT Documentation

Documentation

Branching Strategy

Submitting Patches

Test Information Model

CSIT Jobs

CSIT Performance Testbed in LF

CSIT Test Plans

Functional

Performance

Test Infrastructure

CSIT VPP-16.06 Test Report

CSIT Tutorials

CSIT Materials

CSIT Project Page Content TBD

  1. CSIT usability manual
    1. Instructions how to use CSIT to verify VPP code commits and avoid breaking it.
    2. Onboarding of new VPP test cases onto CSIT system.