diff options
author | Vratko Polak <vrpolak@cisco.com> | 2022-03-30 18:06:20 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2022-03-31 15:29:48 +0000 |
commit | fbe38103754d5d572267d78ee5a25e2ecb8c6118 (patch) | |
tree | 669008fd16015bd45450c5a05adc11d39fcf3058 /tests/vpp/perf/ip4_tunnels/2n1l-10ge2p1x710-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr.robot | |
parent | 333d6f613a982c73a82456fdc611077544963688 (diff) |
fix(geneve): Restore session multiplication
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>
Diffstat (limited to 'tests/vpp/perf/ip4_tunnels/2n1l-10ge2p1x710-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr.robot')
-rw-r--r-- | tests/vpp/perf/ip4_tunnels/2n1l-10ge2p1x710-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vpp/perf/ip4_tunnels/2n1l-10ge2p1x710-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr.robot b/tests/vpp/perf/ip4_tunnels/2n1l-10ge2p1x710-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr.robot index e99117ba82..702f40538c 100644 --- a/tests/vpp/perf/ip4_tunnels/2n1l-10ge2p1x710-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr.robot +++ b/tests/vpp/perf/ip4_tunnels/2n1l-10ge2p1x710-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr.robot @@ -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 \ |