aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/introduction/overview.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/report/introduction/overview.rst')
-rw-r--r--docs/report/introduction/overview.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/report/introduction/overview.rst b/docs/report/introduction/overview.rst
new file mode 100644
index 0000000000..e3b343c815
--- /dev/null
+++ b/docs/report/introduction/overview.rst
@@ -0,0 +1,23 @@
+Overview
+========
+
+This is the Fast Data Project (FD.io) Continuous System Integration and Testing
+(CSIT) project report for CSIT |release| system testing of VPP-17.01 release.
+Initial sections of the report describe FD.io functional and performance tests
+and their continuous execution achieved in CSIT |release|. This is followed by
+high-level overview of FD.io test environments running in Linux Foundation
+(LF) FD.io Continuous Performance Labs), CSIT |release| release notes and
+result highlights. Subsequent sections list the functional and performance
+detailed test results generated by LF FD.io Jenkins system executing CSIT jobs
+running tests against the VPP-17.01 release and associated sub-systems
+(HoneyComb, DPDK).
+
+FD.io CSIT system is developed using two main coding platforms: Robot
+Framework (RF) and Python. CSIT |release| source code for the executed test
+suites is available in CSIT branch |release| in the directory
+"./tests/<name_of_the_test_suite>". A local copy of CSIT source code can be
+obtained by cloning CSIT git repository - "git clone
+https://gerrit.fd.io/r/csit". The CSIT testing virtual environment can be run
+on a local computer workstation (laptop, server) using Vagrant by following
+the instructions in `CSIT tutorials
+<https://wiki.fd.io/view/CSIT#Tutorials>`_.