Updated results and sceanrios for Danube
[vswitchperf.git] / docs / testing / developer / results / results.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. (c) OPNFV, Intel Corporation, AT&T and others.
4
5 OPNFV Test Results
6 =========================
7 VSPERF CI jobs are run daily and sample results can be found at
8 https://wiki.opnfv.org/display/vsperf/Vsperf+Results
9
10 The following example maps the results in the test dashboard to the appropriate
11 test case in the VSPERF Framework and specifies the metric the vertical/Y axis
12 is plotting. **Please note**, the presence of dpdk within a test name signifies
13 that the vswitch under test was OVS with DPDK, while its absence indicates that
14 the vswitch under test was stock OVS.
15
16 ===================== ===================== ================== ===============
17    Dashboard Test        Framework Test          Metric        Guest Interface
18 ===================== ===================== ================== ===============
19 tput_ovsdpdk          phy2phy_tput          Throughput (FPS)   N/A
20 tput_ovs              phy2phy_tput          Throughput (FPS)   N/A
21 b2b_ovsdpdk           back2back             Back-to-back value N/A
22 b2b_ovs               back2back             Back-to-back value N/A
23 tput_mod_vlan_ovs     phy2phy_tput_mod_vlan Throughput (FPS)   N/A
24 tput_mod_vlan_ovsdpdk phy2phy_tput_mod_vlan Throughput (FPS)   N/A
25 scalability_ovs       phy2phy_scalability   Throughput (FPS)   N/A
26 scalability_ovsdpdk   phy2phy_scalability   Throughput (FPS)   N/A
27 pvp_tput_ovsdpdkuser  pvp_tput              Throughput (FPS)   vhost-user
28 pvp_tput_ovsvirtio    pvp_tput              Throughput (FPS)   virtio-net
29 pvp_b2b_ovsdpdkuser   pvp_back2back         Back-to-back value vhost-user
30 pvp_b2b_ovsvirtio     pvp_back2back         Back-to-back value virtio-net
31 pvvp_tput_ovsdpdkuser pvvp_tput             Throughput (FPS)   vhost-user
32 pvvp_tput_ovsvirtio   pvvp_tput             Throughput (FPS)   virtio-net
33 pvvp_b2b_ovsdpdkuser  pvvp_back2back        Throughput (FPS)   vhost-user
34 pvvp_b2b_ovsvirtio    pvvp_back2back        Throughput (FPS)   virtio-net
35 ===================== ===================== ================== ===============
36
37 The loopback application in the VNF was used for PVP and PVVP scenarios was DPDK
38 testpmd.