diff options
author | Viliam Luc <vluc@cisco.com> | 2021-08-02 14:25:26 +0200 |
---|---|---|
committer | Viliam Luc <vluc@cisco.com> | 2021-09-10 10:26:24 +0200 |
commit | ec467277744783015a2da6713298b35d13d92e6f (patch) | |
tree | 57b1bb084f5ae9c6346be5a92f8fe5fac38f1cd4 /docs | |
parent | 9cceefae3248e9a1e9e5586391c9263cf114a753 (diff) |
back-to-back tests: add TG tests
Change-Id: I9d028294deb1e31b6d185deb1c7523e0226a0ada
Signed-off-by: Viliam Luc <vluc@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tag_documentation.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/tag_documentation.rst b/docs/tag_documentation.rst index b7cab943c3..b2130c1f28 100644 --- a/docs/tag_documentation.rst +++ b/docs/tag_documentation.rst @@ -297,6 +297,10 @@ Test Type Tags Tests which use any kind of TCP traffic (STL or ASTF profile). +.. topic:: TREX + + Tests which test trex traffic without any software DUTs in the traffic path. + .. TODO: Should we define tags STL and ASTF? @@ -430,6 +434,11 @@ Forwarding Mode Tags VPP Load balancer nat4 mode. +.. topic:: N2N + + Mode, where NICs from the same physical server are directly + connected with a cable. + Underlay Tags ------------- @@ -638,6 +647,11 @@ Interface Tags All test cases which NIC Driver for DUT is set to {d}. Default is VFIO_PCI. {d}=(AVF, RDMA_CORE, VFIO_PCI, AF_XDP). +.. topic:: TG_DRV_{d} + + All test cases which NIC Driver for TG is set to {d}. Default is IGB_UIO. + {d}=(RDMA_CORE, IGB_UIO). + .. topic:: RXQ_SIZE_{n} All test cases which RXQ size (RX descriptors) are set to {n}. Default is 0, |