CSIT rls1704 report - small updates
[csit.git] / docs / report / introduction / general_notes.rst
1 General Notes\r
2 =============\r
3 \r
4 All CSIT test results listed in this report are sourced and auto-generated\r
5 from output.xml Robot Framework (RF) files resulting from LF FD.io Jenkins\r
6 jobs execution against VPP-17.04 release artifacts. References are provided\r
7 to the original LF FD.io Jenkins job results. However, as LF FD.io Jenkins\r
8 infrastructure does not automatically archive all jobs (history record is\r
9 provided for the last 30 days or 40 jobs only), additional references are\r
10 provided to the RF result files that got archived in FD.io nexus online\r
11 storage system.\r
12 \r
13 FD.io CSIT project currently covers multiple FD.io system and sub-system\r
14 testing areas and this is  reflected in this report, where each testing area\r
15 is listed separately, as follows:\r
16 \r
17 #. **VPP Performance Tests** - VPP performance tests are executed in physical\r
18    FD.io testbeds, focusing on VPP network data plane performance at this stage,\r
19    both for Phy-to-Phy (NIC-to-NIC) and Phy-to-VM-to-Phy (NIC-to-VM-to-NIC)\r
20    forwarding topologies. Tested across a range of NICs, 10GE and 40GE\r
21    interfaces, range of multi-thread and multi-core configurations. VPP\r
22    application runs in host user- mode. TRex is used as a traffic generator.\r
23 \r
24 #. **Testpmd Performance Tests** - VPP is using DPDK code to control and drive\r
25    the NICs and physical interfaces. Testpmd tests are used as a baseline to\r
26    profile the DPDK sub-system of VPP. Testpmd performance tests executed in\r
27    physical FD.io testbeds, focusing on Testpmd data plane performance for Phy-\r
28    to-Phy (NIC-to-NIC). Tests cover a range of NICs, 10GE and 40GE interfaces,\r
29    range of multi-thread and multi-core configurations. Testpmd application runs\r
30    in host user-mode. TRex is used as a traffic generator.\r
31 \r
32 #. **VPP Functional Tests** - VPP functional tests are executed in virtual\r
33    FD.io testbeds focusing on VPP packet processing functionality, including\r
34    network data plane and in -line control plane. Tests cover vNIC-to-vNIC\r
35    vNIC-to-VM-to-vNIC forwarding topologies. Scapy is used as a traffic\r
36    generator.\r
37 \r
38 #. **HoneyComb Functional Tests** - HoneyComb functional tests are executed in\r
39    virtual FD.io testbeds focusing on HoneyComb management and programming\r
40    functionality of VPP. Tests cover a range of CRUD operations executed\r
41    against VPP.\r
42 \r
43 In addition to above, CSIT |release| report does also include VPP unit test results. VPP unit tests are developed within the FD.io VPP project and as they complement CSIT system functional tests, they are provided mainly as a reference and to\r
44 provide a more complete view of automated testing executed against\r
45 VPP-17.04 release.\r
46 \r
47 FD.io CSIT system is developed using two main coding platforms: Robot\r
48 Framework (RF) and Python. CSIT |release| source code for the executed test\r
49 suites is available in CSIT branch |release| in the directory\r
50 "./tests/<name_of_the_test_suite>". A local copy of CSIT source code can be\r
51 obtained by cloning CSIT git repository - "git clone\r
52 https://gerrit.fd.io/r/csit". The CSIT testing virtual environment can be run\r
53 on a local computer workstation (laptop, server) using Vagrant by following\r
54 the instructions in `CSIT tutorials\r
55 <https://wiki.fd.io/view/CSIT#Tutorials>`_.