diff options
author | pmikus <pmikus@cisco.com> | 2017-01-17 15:32:46 +0100 |
---|---|---|
committer | pmikus <pmikus@cisco.com> | 2017-02-01 15:48:56 +0100 |
commit | 223a5c2eed4a935b27d390b89aa849a3825d86bb (patch) | |
tree | 40f8a566e883e6c027de54929ce1ba492d994140 /docs/report/introduction/overview.rst | |
parent | 5362fa4f79de701a737b4d1ff794ad4e513f6486 (diff) |
CSIT 1701 report files and script
Add RST source files and script to generate CSIT 1701 report
Change-Id: I4345564547270ba10c64d6beebf2c2b5a83de459
Signed-off-by: pmikus <pmikus@cisco.com>
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'docs/report/introduction/overview.rst')
-rw-r--r-- | docs/report/introduction/overview.rst | 23 |
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>`_.
|