diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-05-17 14:30:37 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-05-19 11:58:43 +0000 |
commit | 3343fe81729eb4005319ca15b1e6881630d38c5b (patch) | |
tree | fd172c3ba1146d5ddffb3ced53e4bed0e7ad2a1c /resources/tools/dash/app/pal/data/tooltips.yaml | |
parent | 099b961a0aa234f870ff60e36492e324bb2abe11 (diff) |
feat(uti): Add iterative data
Change-Id: Iaa7253b377f019235289f6bbf48eafd850a2dfc8
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/tools/dash/app/pal/data/tooltips.yaml b/resources/tools/dash/app/pal/data/tooltips.yaml index e5259b4d7b..5a830e4b68 100644 --- a/resources/tools/dash/app/pal/data/tooltips.yaml +++ b/resources/tools/dash/app/pal/data/tooltips.yaml @@ -10,6 +10,8 @@ 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-dut-ver: + The version of the Device under Test. 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 @@ -17,6 +19,8 @@ help-framesize: help-infra: Infrastructure is defined by the toplology (number of nodes), processor architecture, NIC and driver. +help-release: + The CSIT release. help-tbed: The test bed is defined by toplology (number of nodes) and processor architecture. |