diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-05-06 14:29:55 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-05-09 12:47:05 +0200 |
commit | d3f16c6ceaa5b475a9c8dc13d21817735e087869 (patch) | |
tree | 2d59e5495cbaffb37d992f5a10a7069fa0d74608 /resources/tools/dash/app/pal/data/tooltips.yaml | |
parent | e11de9bb083712650425284e0824e1d635c4c895 (diff) |
feat(uti): tooltips
Change-Id: I615affce80f1e6af9ea0a5d581b84e17ee88e458
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/dash/app/pal/data/tooltips.yaml')
-rw-r--r-- | resources/tools/dash/app/pal/data/tooltips.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/resources/tools/dash/app/pal/data/tooltips.yaml b/resources/tools/dash/app/pal/data/tooltips.yaml new file mode 100644 index 0000000000..1b61ab6c63 --- /dev/null +++ b/resources/tools/dash/app/pal/data/tooltips.yaml @@ -0,0 +1,30 @@ +help-area: + The area defines a VPP packet path and lookup type. +help-cadence: + The cadence of the Jenkins job which runs the tests. +help-cores: + Number of cores the DUT uses during the test. +help-download: + Download the selected data as a csv file. +help-dut: + Device Under Test (DUT) - In software networking, “device” denotes a specific + piece of software tasked with packet processing. Such device is surrounded + with other software components (such as operating system kernel). +help-framesize: + Frame size - size of an Ethernet Layer-2 frame on the wire, including any VLAN + tags (dot1q, dot1ad) and Ethernet FCS, but excluding Ethernet preamble and + inter-frame gap. Measured in Bytes. +help-infra: + Infrastructure is defined by the toplology (number of nodes), processor + architecture, NIC and driver. +help-tbed: + The test bed is defined by toplology (number of nodes) and processor + architecture. +help-test: + The test specification consists of packet encapsulation, VPP packet processing + (packet forwarding mode and packet processing function(s)) and packet + forwarding path. +help-time-period: + Choose a time period for selected tests. +help-ttype: + Main measured variable. |