aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/doc_gen/src/overview.rst
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2023-05-24 13:24:19 +0000
committerpmikus <peter.mikus@protonmail.ch>2023-05-24 13:24:19 +0000
commitfeac1add7b15bb7d66da1320bb6a6e95a722c504 (patch)
tree445bf87a249b7a63916a40055dd9b1737666a782 /resources/tools/doc_gen/src/overview.rst
parentd164bef0373edfd2b6cc7d4aaa27b928065df3e5 (diff)
remove(tools): presentation, docs
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Icc07d18b9c0bd00af157bb817205e5b54824d525
Diffstat (limited to 'resources/tools/doc_gen/src/overview.rst')
-rw-r--r--resources/tools/doc_gen/src/overview.rst53
1 files changed, 0 insertions, 53 deletions
diff --git a/resources/tools/doc_gen/src/overview.rst b/resources/tools/doc_gen/src/overview.rst
deleted file mode 100644
index 4b7ab20d87..0000000000
--- a/resources/tools/doc_gen/src/overview.rst
+++ /dev/null
@@ -1,53 +0,0 @@
-.. |csit| replace:: Continuous System Integration and Testing
-
-CSIT Description
-================
-
-#. Development of software code for fully automated VPP code testing,
- functionality, performance, regression and new functions.
-
-#. Execution of CSIT test suites on VPP code running on LF FD.io virtual and
- physical compute environments.
-
-#. Integration with FD.io continuous integration systems (Gerrit, Jenkins and
- such).
-
-#. 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
--------------
-
-#. 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.
-
-#. 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.
-
-#. 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.
-
-#. 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).