aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/developer/devguide/results/results.rst
blob: 0a0ab75ddb0703ffedd33345b81e780359b9b4bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) OPNFV, Intel Corporation, AT&T and others.

OPNFV Test Results
=========================
VSPERF CI jobs are run daily and sample results can be found at
https://wiki.opnfv.org/display/vsperf/Vsperf+Results

Testcase names shown in the dashboard are combination of orignal testcase
name from VSPERF framework and indication of used vswitch.

    Example:

    Testcase ``phy2phy_tput`` is executed for three vSwitch types: ``OvsDpdkVhost``,
    ``OvsVanilla`` and ``VppDpdkVhost``. In this case, following testcase names
    will be used in the dashboard: ``phy2phy_tput_ovsdpdkvhost``,
    ``phy2phy_tput_ovsvanilla`` and ``phy2phy_tput_vppdpdkvhost``.

In case of RFC2544 Throughput test, the recorded metric is FPS (frames per
second) without packet loss. For RFC2544 Back2Back test, the recorded metric
is back-to-back value (number of frames) without packet loss.

The loopback application in the VNF used for PVP and PVVP scenarios was DPDK
testpmd.

Guest interface types are ``vhost-user`` for ``OvsDpdkVhost`` and ``VppDpdkVhost``
and ``virtio-net`` for ``OvsVanilla``.