X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Ftag_documentation.rst;h=36550d4f5c3712285b2b7355ceebe1e5b52d9a0a;hb=bb53fd3a235007eb0ed23f8023d7fa7044c51929;hp=e9bfc6945ccb41023bb0068c92ec5d11c3e41a95;hpb=18479deef4bc6fba143492f538cd4139c38e44ab;p=csit.git diff --git a/docs/tag_documentation.rst b/docs/tag_documentation.rst index e9bfc6945c..36550d4f5c 100644 --- a/docs/tag_documentation.rst +++ b/docs/tag_documentation.rst @@ -316,14 +316,6 @@ Test Type Tags At least one feature is configured in test cases. Use also feature tag(s). -.. topic:: TLDK - - Functional test cases for TLDK. - -.. topic:: DMM - - Functional test cases for DMM. - .. topic:: TCP Tests which use TCP. @@ -408,9 +400,17 @@ Forwarding Mode Tags VPP IPv6 routed forwarding. -.. topic:: LOADBALANCER +.. topic:: LOADBALANCER_MAGLEV + + VPP Load balancer maglev mode. + +.. topic:: LOADBALANCER_L3DSR + + VPP Load balancer l3dsr mode. - VPP Load balancer. +.. topic:: LOADBALANCER_NAT4 + + VPP Load balancer nat4 mode. Underlay Tags ------------- @@ -531,13 +531,19 @@ Interface Tags All test cases which uses VHOST. -.. topic:: VHOST_256 +.. topic:: VHOST_1024 - All test cases which uses VHOST with qemu queue size set to 256. + All test cases which uses VHOST DPDK driver with qemu queue size set + to 1024. -.. topic:: VHOST_1024 +.. topic:: VIRTIO - All test cases which uses VHOST with qemu queue size set to 1024. + All test cases which uses VIRTIO native VPP driver. + +.. topic:: VIRTIO_1024 + + All test cases which uses VIRTIO native VPP driver with qemu queue size set + to 1024. .. topic:: CFS_OPT @@ -605,6 +611,26 @@ Interface Tags devices. In essence, today this driver can be used only with Intel XL710 / X710 / XXV710 adapters. +.. topic:: DRV_VFIO_PCI + + All test cases which uses vfio-pci device driver. It supports variety of NIC + adapters. + +.. topic:: DRV_RDMA_CORE + + All test cases which uses rdma-core device driver. It supports Mellanox + NIC adapters. + +.. topic:: RXQ_SIZE_{n} + + All test cases which RXQ size (RX descriptors) are set to {n}. Default is 0, + which means VPP (API) default. + +.. topic:: TXQ_SIZE_{n} + + All test cases which TXQ size (TX descriptors) are set to {n}. Default is 0, + which means VPP (API) default. + Feature Tags ------------ @@ -749,20 +775,6 @@ Client-Workload Tags Container Orchestration Tags ---------------------------- -.. topic:: K8S - - All test cases which use Kubernetes for orchestration. - -.. topic:: SFC_CONTROLLER - - All test cases which use ligato/sfc_controller for driving configuration - of vpp inside container. - -.. topic:: VPP_AGENT - - All test cases which use Golang implementation of a control/management plane - for VPP - .. topic:: 1VSWITCH VPP running in Docker container acting as VSWITCH.