aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorViliam Luc <vluc@cisco.com>2021-09-28 19:46:36 +0200
committerPeter Mikus <pmikus@cisco.com>2021-10-20 09:30:48 +0000
commit7089e466dfdcc58ebad94ce5fe65ddbbb8b78925 (patch)
treed4b9fd62898996758d552a463e35cf5abd4dbe02 /tests
parent4775366636f137998d7f878cfa0f75f658ae01de (diff)
doc gen: fix doc generator
Change-Id: I75e836ce728fd333764f17d69813093cb947ef4f Signed-off-by: Viliam Luc <vluc@cisco.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps.robot (renamed from tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.14.2-cps.robot)18
-rw-r--r--tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps.robot (renamed from tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.14.2-rps.robot)18
-rw-r--r--tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps.robot (renamed from tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.15.0-cps.robot)18
-rw-r--r--tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps.robot (renamed from tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.15.0-rps.robot)18
4 files changed, 36 insertions, 36 deletions
diff --git a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.14.2-cps.robot b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps.robot
index 446cc50c55..d7ac4cd359 100644
--- a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.14.2-cps.robot
+++ b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps.robot
@@ -17,7 +17,7 @@
|
| Force Tags | 2_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV
| ... | LDP_NGINX | TCP | NIC_Intel-X710 | DRV_VFIO_PCI
-| ... | TCP_CPS | eth-ip4tcphttp-ldpreload-nginx-1.14.2
+| ... | TCP_CPS | eth-ip4tcphttp-ldpreload-nginx-1_14_2
|
| Suite Setup | Setup suite topology interfaces | ab | nginx
| Suite Teardown | Tear down suite | ab
@@ -88,34 +88,34 @@
| | ... | ${ciphers} | ${frame_size} | ${tls_tcp} | ${rps_cps}
*** Test Cases ***
-| 0B-1c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-cps
+| 0B-1c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps
| | [Tags] | 0B | 1C
| | frame_size=${0} | phy_cores=${1}
-| 0B-2c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-cps
+| 0B-2c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps
| | [Tags] | 0B | 2C
| | frame_size=${0} | phy_cores=${2}
-| 64B-1c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-cps
+| 64B-1c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps
| | [Tags] | 64B | 1C
| | frame_size=${64} | phy_cores=${1}
-| 64B-2c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-cps
+| 64B-2c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps
| | [Tags] | 64B | 2C
| | frame_size=${64} | phy_cores=${2}
-| 1024B-1c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-cps
+| 1024B-1c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps
| | [Tags] | 1024B | 1C
| | frame_size=${1024} | phy_cores=${1}
-| 1024B-2c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-cps
+| 1024B-2c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps
| | [Tags] | 1024B | 2C
| | frame_size=${1024} | phy_cores=${2}
-| 2048B-1c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-cps
+| 2048B-1c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps
| | [Tags] | 2048B | 1C
| | frame_size=${2048} | phy_cores=${1}
-| 2048B-2c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-cps
+| 2048B-2c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps
| | [Tags] | 2048B | 2C
| | frame_size=${2048} | phy_cores=${2}
diff --git a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.14.2-rps.robot b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps.robot
index f3ca740776..039e8a6928 100644
--- a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.14.2-rps.robot
+++ b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps.robot
@@ -17,7 +17,7 @@
|
| Force Tags | 2_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV
| ... | LDP_NGINX | TCP | NIC_Intel-X710 | DRV_VFIO_PCI
-| ... | TCP_RPS | eth-ip4tcphttp-ldpreload-nginx-1.14.2
+| ... | TCP_RPS | eth-ip4tcphttp-ldpreload-nginx-1_14_2
|
| Suite Setup | Setup suite topology interfaces | ab | nginx
| Suite Teardown | Tear down suite | ab
@@ -88,34 +88,34 @@
| | ... | ${ciphers} | ${frame_size} | ${tls_tcp} | ${rps_cps}
*** Test Cases ***
-| 0B-1c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-rps
+| 0B-1c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps
| | [Tags] | 0B | 1C
| | frame_size=${0} | phy_cores=${1}
-| 0B-2c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-rps
+| 0B-2c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps
| | [Tags] | 0B | 2C
| | frame_size=${0} | phy_cores=${2}
-| 64B-1c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-rps
+| 64B-1c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps
| | [Tags] | 64B | 1C
| | frame_size=${64} | phy_cores=${1}
-| 64B-2c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-rps
+| 64B-2c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps
| | [Tags] | 64B | 2C
| | frame_size=${64} | phy_cores=${2}
-| 1024B-1c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-rps
+| 1024B-1c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps
| | [Tags] | 1024B | 1C
| | frame_size=${1024} | phy_cores=${1}
-| 1024B-2c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-rps
+| 1024B-2c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps
| | [Tags] | 1024B | 2C
| | frame_size=${1024} | phy_cores=${2}
-| 2048B-1c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-rps
+| 2048B-1c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps
| | [Tags] | 2048B | 1C
| | frame_size=${2048} | phy_cores=${1}
-| 2048B-2c-eth-ip4tcphttp-ldpreload-nginx-1.14.2-rps
+| 2048B-2c-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps
| | [Tags] | 2048B | 2C
| | frame_size=${2048} | phy_cores=${2}
diff --git a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.15.0-cps.robot b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps.robot
index c542eab757..5993901bee 100644
--- a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.15.0-cps.robot
+++ b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps.robot
@@ -17,7 +17,7 @@
|
| Force Tags | 2_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV
| ... | LDP_NGINX | TCP | NIC_Intel-X710 | DRV_VFIO_PCI
-| ... | TCP_CPS | eth-ip4tcphttp-ldpreload-nginx-1.15.0
+| ... | TCP_CPS | eth-ip4tcphttp-ldpreload-nginx-1_15_0
|
| Suite Setup | Setup suite topology interfaces | ab | nginx
| Suite Teardown | Tear down suite | ab
@@ -88,34 +88,34 @@
| | ... | ${ciphers} | ${frame_size} | ${tls_tcp} | ${rps_cps}
*** Test Cases ***
-| 0B-1c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-cps
+| 0B-1c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps
| | [Tags] | 0B | 1C
| | frame_size=${0} | phy_cores=${1}
-| 0B-2c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-cps
+| 0B-2c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps
| | [Tags] | 0B | 2C
| | frame_size=${0} | phy_cores=${2}
-| 64B-1c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-cps
+| 64B-1c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps
| | [Tags] | 64B | 1C
| | frame_size=${64} | phy_cores=${1}
-| 64B-2c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-cps
+| 64B-2c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps
| | [Tags] | 64B | 2C
| | frame_size=${64} | phy_cores=${2}
-| 1024B-1c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-cps
+| 1024B-1c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps
| | [Tags] | 1024B | 1C
| | frame_size=${1024} | phy_cores=${1}
-| 1024B-2c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-cps
+| 1024B-2c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps
| | [Tags] | 1024B | 2C
| | frame_size=${1024} | phy_cores=${2}
-| 2048B-1c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-cps
+| 2048B-1c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps
| | [Tags] | 2048B | 1C
| | frame_size=${2048} | phy_cores=${1}
-| 2048B-2c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-cps
+| 2048B-2c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps
| | [Tags] | 2048B | 2C
| | frame_size=${2048} | phy_cores=${2}
diff --git a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.15.0-rps.robot b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps.robot
index 821d7d30c2..72cbf17212 100644
--- a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.15.0-rps.robot
+++ b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps.robot
@@ -17,7 +17,7 @@
|
| Force Tags | 2_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV
| ... | LDP_NGINX | TCP | NIC_Intel-X710 | DRV_VFIO_PCI
-| ... | TCP_RPS | eth-ip4tcphttp-ldpreload-nginx-1.15.0
+| ... | TCP_RPS | eth-ip4tcphttp-ldpreload-nginx-1_15_0
|
| Suite Setup | Setup suite topology interfaces | ab | nginx
| Suite Teardown | Tear down suite | ab
@@ -88,34 +88,34 @@
| | ... | ${ciphers} | ${frame_size} | ${tls_tcp} | ${rps_cps}
*** Test Cases ***
-| 0B-1c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-rps
+| 0B-1c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps
| | [Tags] | 0B | 1C
| | frame_size=${0} | phy_cores=${1}
-| 0B-2c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-rps
+| 0B-2c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps
| | [Tags] | 0B | 2C
| | frame_size=${0} | phy_cores=${2}
-| 64B-1c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-rps
+| 64B-1c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps
| | [Tags] | 64B | 1C
| | frame_size=${64} | phy_cores=${1}
-| 64B-2c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-rps
+| 64B-2c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps
| | [Tags] | 64B | 2C
| | frame_size=${64} | phy_cores=${2}
-| 1024B-1c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-rps
+| 1024B-1c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps
| | [Tags] | 1024B | 1C
| | frame_size=${1024} | phy_cores=${1}
-| 1024B-2c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-rps
+| 1024B-2c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps
| | [Tags] | 1024B | 2C
| | frame_size=${1024} | phy_cores=${2}
-| 2048B-1c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-rps
+| 2048B-1c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps
| | [Tags] | 2048B | 1C
| | frame_size=${2048} | phy_cores=${1}
-| 2048B-2c-eth-ip4tcphttp-ldpreload-nginx-1.15.0-rps
+| 2048B-2c-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps
| | [Tags] | 2048B | 2C
| | frame_size=${2048} | phy_cores=${2}