aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python
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:58:48 +0000
commit01a1d1391e25dd866446de779f216cda43f96249 (patch)
tree6ab81f37919480f3125f4e1bc7404f87c8a46fdb /resources/libraries/python
parent0ff8e4aee30ec0f76720e5ec304841f1c13f90f9 (diff)
FIX: Naming convention compliance
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Idcee623abbc5568fc6ca49113bc2ff8add179046 (cherry picked from commit 1f6797ed6b662130f55d7629453c5010ed94162a)
Diffstat (limited to 'resources/libraries/python')
-rw-r--r--resources/libraries/python/autogen/Regenerator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/autogen/Regenerator.py b/resources/libraries/python/autogen/Regenerator.py
index a8de34ff7e..92860b02e9 100644
--- a/resources/libraries/python/autogen/Regenerator.py
+++ b/resources/libraries/python/autogen/Regenerator.py
@@ -565,7 +565,7 @@ class Regenerator:
hs_quic_kwargs_list if u"quic" in in_filename \
else hs_bps_kwargs_list
write_tcp_files(in_filename, in_prolog, hoststack_kwargs_list)
- elif in_filename.endswith(u"-iperf3.robot"):
+ elif in_filename.endswith(u"-iperf3-mrr.robot"):
write_iperf3_files(in_filename, in_prolog, iperf3_kwargs_list)
else:
raise RuntimeError(