fix(geneve): Restore session multiplication 30/35830/2
authorVratko Polak <vrpolak@cisco.com>
Wed, 30 Mar 2022 16:06:20 +0000 (18:06 +0200)
committerVratko Polak <vrpolak@cisco.com>
Thu, 31 Mar 2022 15:29:48 +0000 (15:29 +0000)
Previous edit was restoring the correct formatting for bold text
in suite documentation by a mass replace of single asterisk
to double asterisk.
But in geneve suites, one usage of single asterisk
was numeric multiplication, which was errorneously replaces
with double asterisk (power operation).
This restores the multiplication.

Fixes: e82ebbd96e2ba73276e2f1b6d7f9c2d8a9442c3f

Change-Id: I537ebe59dd8c04768a90a5b61a348c57e3dfd149
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
tests/vpp/perf/ip4_tunnels/2n1l-10ge2p1x710-ethip4--ethip4udpgeneve-1024tun-ip4base-ndrpdr.robot
tests/vpp/perf/ip4_tunnels/2n1l-10ge2p1x710-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr.robot
tests/vpp/perf/ip4_tunnels/2n1l-10ge2p1x710-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr.robot
tests/vpp/perf/ip4_tunnels/2n1l-10ge2p1x710-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr.robot
tests/vpp/perf/ip4_tunnels/2n1l-10ge2p1x710-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr.robot

index e102e84..0432fcc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2022 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -39,7 +39,7 @@
 | ... | for IPv4 routing over GENEVE tunnels.
 | ... |
 | ... | - **[Cfg] DUT configuration:** DUT1 is configured with IPv4 routing \
-| ... | over ${n_tunnels} GENEVE tunnels and ${${4} ** ${n_tunnels}} static \
+| ... | over ${n_tunnels} GENEVE tunnels and ${${4} * ${n_tunnels}} static \
 | ... | IPv4 /24 \
 | ... | route entries. DUT1 is tested with ${nic_name}.
 | ... |
index e99117b..702f405 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2022 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -39,7 +39,7 @@
 | ... | for IPv4 routing over GENEVE tunnels.
 | ... |
 | ... | - **[Cfg] DUT configuration:** DUT1 is configured with IPv4 routing \
-| ... | over ${n_tunnels} GENEVE tunnels and ${${4} ** ${n_tunnels}} static \
+| ... | over ${n_tunnels} GENEVE tunnels and ${${4} * ${n_tunnels}} static \
 | ... | IPv4 /24 route entries. DUT1 is tested with ${nic_name}.
 | ... |
 | ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
index aae9332..a930d4c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2022 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -39,7 +39,7 @@
 | ... | for IPv4 routing over GENEVE tunnels.
 | ... |
 | ... | - **[Cfg] DUT configuration:** DUT1 is configured with IPv4 routing \
-| ... | over ${n_tunnels} GENEVE tunnels and ${${4} ** ${n_tunnels}} static \
+| ... | over ${n_tunnels} GENEVE tunnels and ${${4} * ${n_tunnels}} static \
 | ... | IPv4 /24 route entries. DUT1 is tested with ${nic_name}.
 | ... |
 | ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
index 4d9cd4f..913858c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2022 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -39,7 +39,7 @@
 | ... | for IPv4 routing over GENEVE tunnels.
 | ... |
 | ... | - **[Cfg] DUT configuration:** DUT1 is configured with IPv4 routing \
-| ... | over ${n_tunnels} GENEVE tunnels and ${${4} ** ${n_tunnels}} static \
+| ... | over ${n_tunnels} GENEVE tunnels and ${${4} * ${n_tunnels}} static \
 | ... | IPv4 /24 route entries. DUT1 is tested with ${nic_name}.
 | ... |
 | ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \
index d4ad891..25c74b9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2022 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -39,7 +39,7 @@
 | ... | for IPv4 routing over GENEVE tunnels.
 | ... |
 | ... | - **[Cfg] DUT configuration:** DUT1 is configured with IPv4 routing \
-| ... | over ${n_tunnels} GENEVE tunnels and ${${4} ** ${n_tunnels}} static \
+| ... | over ${n_tunnels} GENEVE tunnels and ${${4} * ${n_tunnels}} static \
 | ... | IPv4 /24 route entries. DUT1 is tested with ${nic_name}.
 | ... |
 | ... | - **[Ver] TG verification:** TG finds and reports throughput NDR (Non \