aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-02-19 12:51:16 +0000
committerPeter Mikus <pmikus@cisco.com>2021-02-19 12:57:52 +0000
commit1f6797ed6b662130f55d7629453c5010ed94162a (patch)
treea9cd3717f15baba9b24daf0159213cff40bad154 /tests
parent6dc62d10b1e6a6b5eee09f6d42e750de273a464b (diff)
FIX: Naming convention compliance
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Idcee623abbc5568fc6ca49113bc2ff8add179046
Diffstat (limited to 'tests')
-rw-r--r--tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-gso-iperf3-mrr.robot (renamed from tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-gso-iperf3.robot)8
-rw-r--r--tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-iperf3-mrr.robot (renamed from tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-iperf3.robot)8
-rw-r--r--tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3-mrr.robot (renamed from tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3.robot)8
-rw-r--r--tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3-mrr.robot (renamed from tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3.robot)8
4 files changed, 16 insertions, 16 deletions
diff --git a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-gso-iperf3.robot b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-gso-iperf3-mrr.robot
index 6e4cede6d6..b88ebf1f2b 100644
--- a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-gso-iperf3.robot
+++ b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-gso-iperf3-mrr.robot
@@ -17,7 +17,7 @@
| Force Tags | 2_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR
| ... | NIC_Intel-X710 | IP4FWD | BASE | IP4BASE | DRV_TAP
| ... | RXQ_SIZE_4096 | TXQ_SIZE_4096 | GSO_TRUE
-| ... | ethip4-ip4base-2tap-gso
+| ... | ethip4-ip4base-2tap-gso-iperf3
|
| Suite Setup | Setup suite topology interfaces
| Suite Teardown | Tear down suite
@@ -99,14 +99,14 @@
| | Then Traffic should pass with maximum rate on iPerf3
*** Test Cases ***
-| 128KB-1c-ethip4-ip4base-2tap-gso-iperf3
+| 128KB-1c-ethip4-ip4base-2tap-gso-iperf3-mrr
| | [Tags] | 128KB | 1C
| | frame_size=${128000} | phy_cores=${1}
-| 128KB-2c-ethip4-ip4base-2tap-gso-iperf3
+| 128KB-2c-ethip4-ip4base-2tap-gso-iperf3-mrr
| | [Tags] | 128KB | 2C
| | frame_size=${128000} | phy_cores=${2}
-| 128KB-4c-ethip4-ip4base-2tap-gso-iperf3
+| 128KB-4c-ethip4-ip4base-2tap-gso-iperf3-mrr
| | [Tags] | 128KB | 4C
| | frame_size=${128000} | phy_cores=${4}
diff --git a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-iperf3.robot b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-iperf3-mrr.robot
index af05129a28..c356be71e0 100644
--- a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-iperf3.robot
+++ b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-iperf3-mrr.robot
@@ -17,7 +17,7 @@
| Force Tags | 2_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR
| ... | NIC_Intel-X710 | IP4FWD | BASE | IP4BASE | DRV_TAP
| ... | RXQ_SIZE_4096 | TXQ_SIZE_4096 | GSO_FALSE
-| ... | ethip4-ip4base-2tap
+| ... | ethip4-ip4base-2tap-iperf3
|
| Suite Setup | Setup suite topology interfaces
| Suite Teardown | Tear down suite
@@ -99,14 +99,14 @@
| | Then Traffic should pass with maximum rate on iPerf3
*** Test Cases ***
-| 128KB-1c-ethip4-ip4base-2tap-iperf3
+| 128KB-1c-ethip4-ip4base-2tap-iperf3-mrr
| | [Tags] | 128KB | 1C
| | frame_size=${128000} | phy_cores=${1}
-| 128KB-2c-ethip4-ip4base-2tap-iperf3
+| 128KB-2c-ethip4-ip4base-2tap-iperf3-mrr
| | [Tags] | 128KB | 2C
| | frame_size=${128000} | phy_cores=${2}
-| 128KB-4c-ethip4-ip4base-2tap-iperf3
+| 128KB-4c-ethip4-ip4base-2tap-iperf3-mrr
| | [Tags] | 128KB | 4C
| | frame_size=${128000} | phy_cores=${4}
diff --git a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3.robot b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3-mrr.robot
index b2d3ff5751..5dfde26e06 100644
--- a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3.robot
+++ b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3-mrr.robot
@@ -17,7 +17,7 @@
| Force Tags | 2_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR
| ... | NIC_Intel-X710 | IP4FWD | BASE | IP4BASE | DRV_VHOST
| ... | RXQ_SIZE_4096 | TXQ_SIZE_4096 | GSO_TRUE
-| ... | ethip4-ip4base-2vhost-gso
+| ... | ethip4-ip4base-2vhost-gso-iperf3
|
| Suite Setup | Setup suite topology interfaces
| Suite Teardown | Tear down suite
@@ -108,14 +108,14 @@
| | Traffic should pass with maximum rate on iPerf3
*** Test Cases ***
-| 128KB-1c-ethip4-ip4base-2vhost-gso-iperf3
+| 128KB-1c-ethip4-ip4base-2vhost-gso-iperf3-mrr
| | [Tags] | 128KB | 1C
| | frame_size=${128000} | phy_cores=${1}
-| 128KB-2c-ethip4-ip4base-2vhost-gso-iperf3
+| 128KB-2c-ethip4-ip4base-2vhost-gso-iperf3-mrr
| | [Tags] | 128KB | 2C
| | frame_size=${128000} | phy_cores=${2}
-| 128KB-4c-ethip4-ip4base-2vhost-gso-iperf3
+| 128KB-4c-ethip4-ip4base-2vhost-gso-iperf3-mrr
| | [Tags] | 128KB | 4C
| | frame_size=${128000} | phy_cores=${4}
diff --git a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3.robot b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3-mrr.robot
index f512be57b2..56d35326d9 100644
--- a/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3.robot
+++ b/tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3-mrr.robot
@@ -17,7 +17,7 @@
| Force Tags | 2_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | MRR
| ... | NIC_Intel-X710 | IP4FWD | BASE | IP4BASE | DRV_VHOST
| ... | RXQ_SIZE_1024 | TXQ_SIZE_1024 | GSO_TRUE
-| ... | ethip4-ip4base-2vhost-gso
+| ... | ethip4-ip4base-2vhost-iperf3
|
| Suite Setup | Setup suite topology interfaces
| Suite Teardown | Tear down suite
@@ -108,14 +108,14 @@
| | Traffic should pass with maximum rate on iPerf3
*** Test Cases ***
-| 128KB-1c-ethip4-ip4base-2vhost-iperf3
+| 128KB-1c-ethip4-ip4base-2vhost-iperf3-mrr
| | [Tags] | 128KB | 1C
| | frame_size=${128000} | phy_cores=${1}
-| 128KB-2c-ethip4-ip4base-2vhost-iperf3
+| 128KB-2c-ethip4-ip4base-2vhost-iperf3-mrr
| | [Tags] | 128KB | 2C
| | frame_size=${128000} | phy_cores=${2}
-| 128KB-4c-ethip4-ip4base-2vhost-iperf3
+| 128KB-4c-ethip4-ip4base-2vhost-iperf3-mrr
| | [Tags] | 128KB | 4C
| | frame_size=${128000} | phy_cores=${4}